Searched defs:operator_type (Results 1 – 7 of 7) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/parallel/ |
| D | operator_info_register.cc | 40 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()
|
| D | operator_info_register.h | 84 #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/ |
| D | op_coder_register.h | 92 #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
|
| D | op_coder_register.cc | 39 …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/ |
| D | util.cc | 41 …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/ |
| D | ge_operator_stub.cc | 49 OperatorCreatorRegister::OperatorCreatorRegister(const std::string &operator_type, OpCreator const … in OperatorCreatorRegister()
|
| /third_party/python/Include/internal/ |
| D | pycore_ast_state.h | 222 PyObject *operator_type; member
|