Home
last modified time | relevance | path

Searched defs:frontend_func_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprimitive_infer_map.cc329 auto frontend_func_impl = ops::GetOpFrontendFuncImplPtr(op_name); in InferShapeByFuncImpl() local
351 auto frontend_func_impl = ops::GetOpFrontendFuncImplPtr(op_name); in InferTypeByFuncImpl() local
372 auto frontend_func_impl = ops::GetOpFrontendFuncImplPtr(op_name); in InferAbstractByFuncImpl() local
393 auto frontend_func_impl = ops::GetOpFrontendFuncImplPtr(op_name); in InferValueByFuncImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/forward/
Ddo_infer.cc94 auto frontend_func_impl = mindspore::ops::GetOpFrontendFuncImplPtr(prim->name()); in InferByOpDef() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dinfer.cc779 auto frontend_func_impl = ops::GetOpFrontendFuncImplPtr(op_name); in SupportInfer() local