Home
last modified time | relevance | path

Searched defs:template_types (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dassert.cc73 std::set<TypePtr> template_types = {kTensorType}; in AssertInfer() local
Dbroadcast_to.cc70 std::set<TypePtr> template_types = {kTensorType}; in BroadcastToInferType() local
Dtile.cc89 std::set<TypePtr> template_types = {kTensorType}; in TileInferType() local
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc549const std::set<TypePtr> &template_types, const std::string &prim_name) { in CheckSubClass()
/third_party/mindspore/mindspore/
D_checkparam.py480 def check_subclass(arg_name, type_, template_types, prim_name, addition_error_info=None): argument