Searched defs:template_types (Results 1 – 5 of 5) sorted by relevance
73 std::set<TypePtr> template_types = {kTensorType}; in AssertInfer() local
70 std::set<TypePtr> template_types = {kTensorType}; in BroadcastToInferType() local
89 std::set<TypePtr> template_types = {kTensorType}; in TileInferType() local
549 … const std::set<TypePtr> &template_types, const std::string &prim_name) { in CheckSubClass()
480 def check_subclass(arg_name, type_, template_types, prim_name, addition_error_info=None): argument