Searched refs:operator_type (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast_state.h | 219 PyObject *operator_type; member
|
/third_party/python/Python/ |
D | Python-ast.c | 233 Py_CLEAR(state->operator_type); in _PyAST_Fini() 1495 state->operator_type = make_type(state, "operator", state->AST_type, NULL, in init_types() 1498 if (!state->operator_type) return 0; in init_types() 1499 if (!add_attributes(state, state->operator_type, NULL, 0)) return 0; in init_types() 1500 state->Add_type = make_type(state, "Add", state->operator_type, NULL, 0, in init_types() 1506 state->Sub_type = make_type(state, "Sub", state->operator_type, NULL, 0, in init_types() 1512 state->Mult_type = make_type(state, "Mult", state->operator_type, NULL, 0, in init_types() 1518 state->MatMult_type = make_type(state, "MatMult", state->operator_type, in init_types() 1526 state->Div_type = make_type(state, "Div", state->operator_type, NULL, 0, in init_types() 1532 state->Mod_type = make_type(state, "Mod", state->operator_type, NULL, 0, in init_types() [all …]
|
/third_party/mindspore/patches/ |
D | 0005-micro-for-ohos.patch | 17771 …OpCoderFactory::RegistOpCoder(Target target, TypeId data_type, schema::PrimitiveType operator_type, 17777 CoderKey key(target, data_type, operator_type, builtin_custom_type); 17808 …oderRegister::OpCoderRegister(Target target, TypeId data_type, schema::PrimitiveType operator_type, 17810 - OpCoderFactory::GetInstance()->RegistOpCoder(target, data_type, operator_type, builtin_custom_ty… 17813 + OpCoderFactory::GetInstance()->RegistOpCoder(target, data_type, operator_type, builtin_custom_ty… 17824 int RegistOpCoder(Target target, TypeId data_type, schema::PrimitiveType operator_type, 17848 OpCoderRegister(Target target, TypeId data_type, schema::PrimitiveType operator_type, 17854 -#define REG_OPERATOR_CODER(target, data_type, operator_type, creator_func) … 17855 - static OpCoderRegister g_##target##data_type##operator_type##Creator(target, data_type, operator… 17857 +#define REG_OPERATOR_CODER(target, data_type, operator_type, creator_func) … [all …]
|