Searched defs:OpRegistration (Results 1 – 2 of 2) sorted by relevance
255 struct OpRegistration { struct256 string name;260 bool compilation_only = false;264 bool allow_resource_types = false;268 bool allow_variant_types = false;272 bool allow_string_type = false;275 std::unordered_map<string, std::set<DataType>> type_constraints;300 static bool IsCompatible(const OpRegistration& x, const OpRegistration& y); argument
170 TEST_F(ExecutorTest, OpRegistration) { in TEST_F() argument