Searched defs:OpRegistration (Results 1 – 1 of 1) 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