Home
last modified time | relevance | path

Searched defs:operator_type (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/parallel/
Doperator_info_register.cc40 void OperatorInfoFactory::RegisterOperatorInfo(schema::PrimitiveType operator_type, TypeId type_id,… in RegisterOperatorInfo()
60 OperatorInfoRegister::OperatorInfoRegister(schema::PrimitiveType operator_type, TypeId type_id, boo… in OperatorInfoRegister()
Doperator_info_register.h84 #define OPERATOR_INFO_REGISTER(operator_type, type_id, is_depth_wise, creator_func) … argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/
Dop_coder_register.h92 #define REG_OPERATOR_CODER(target, data_type, operator_type, creator_func) … argument
96 #define REG_DYNAMIC_OPERATOR_CODER(target, data_type, operator_type, creator_func) … argument
Dop_coder_register.cc39 …OpCoderFactory::RegistOpCoder(Target target, TypeId data_type, schema::PrimitiveType operator_type, in RegistOpCoder()
68 …oderRegister::OpCoderRegister(Target target, TypeId data_type, schema::PrimitiveType operator_type, in OpCoderRegister()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/transform/
Dutil.cc41 …eratorFactory::CreateOperator(const std::string &operator_name, const std::string &operator_type) { in CreateOperator()
44 …atorFactory::CreateOperator(const char_t *const operator_name, const char_t *const operator_type) { in CreateOperator()
49 bool OperatorFactory::IsExistOp(const std::string &operator_type) { return true; } in IsExistOp()
50 bool OperatorFactory::IsExistOp(const char_t *const operator_type) { return true; } in IsExistOp()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/ge/
Dge_operator_stub.cc49 OperatorCreatorRegister::OperatorCreatorRegister(const std::string &operator_type, OpCreator const … in OperatorCreatorRegister()
/third_party/python/Include/internal/
Dpycore_ast_state.h222 PyObject *operator_type; member