Home
last modified time | relevance | path

Searched refs:infer_spec_list (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc945 auto infer_spec_list = RectifyAbstract(prim, args_spec_list); in CppInferShape() local
946 return ret->second.infer_shape_impl_(nullptr, prim, infer_spec_list); in CppInferShape()
953 auto infer_spec_list = args_spec_list; in CppInferShape() local
955 infer_spec_list = RectifyAbstract(prim, args_spec_list); in CppInferShape()
957 return ret_backend->second.infer_shape_impl_(nullptr, prim, infer_spec_list); in CppInferShape()