Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/dynamic_shape/
Ddynamic_shape_helper.cc500 auto shape_optional = abstract::InferShapeByFuncImpl(primitive, input_args, false); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dhelper.cc1042 …if (auto shape_optional = abstract::InferShapeByFuncImpl(prim_clone, infer_spec_list); shape_optio… in InferShapeWithCheck() local
1593 auto shape_optional = abstract::InferAbstractByFuncImpl(primitive, input_args); in InferAbstract() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dop_node.cc49 auto shape_optional = abstract::InferShapeByFuncImpl(prim, abs_list, true); in InferShapeWithAbstract() local