Home
last modified time | relevance | path

Searched refs:kPrimTypeUserCustom (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dprimitive.h37 kPrimTypeUserCustom, enumerator
102 …PyEvaluator() const { return prim_type_ == kPrimTypePyInfer || prim_type_ == kPrimTypeUserCustom; } in HasPyEvaluator()
103 bool IsCustomPrim() const { return prim_type_ == kPrimTypeUserCustom; } in IsCustomPrim()
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dprimitive_py.cc509 .value("user_custom", PrimType::kPrimTypeUserCustom) in __anonda41446c0202()