Searched defs:operator_type (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/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/lite/micro/coder/opcoders/ |
| D | op_coder_register.cc | 39 …OpCoderFactory::RegistOpCoder(Target target, TypeId data_type, schema::PrimitiveType operator_type, in RegistOpCoder() 65 …oderRegister::OpCoderRegister(Target target, TypeId data_type, schema::PrimitiveType operator_type, in OpCoderRegister()
|
| D | op_coder_register.h | 82 #define REG_OPERATOR_CODER(target, data_type, operator_type, creator_func) \ argument
|
| /third_party/python/Include/internal/ |
| D | pycore_ast_state.h | 219 PyObject *operator_type; member
|