Home
last modified time | relevance | path

Searched refs:kPrimCustom (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/tools/converter/registry/
Dpass_registry_test.cc218 bool is_custom = opt::CheckPrimitiveType(cnode_list.front(), prim::kPrimCustom); in TEST_F()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dnode_infershape.cc73 if (CheckPrimitiveType(cnode, prim::kPrimCustom)) { in JudgeOpSupportInfer()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h671 inline const PrimitivePtr kPrimCustom = std::make_shared<Primitive>("Custom"); variable