Home
last modified time | relevance | path

Searched defs:DecideWhetherInferShapeForNewNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/optimizer/format/
Dto_format_base.h72 virtual bool DecideWhetherInferShapeForNewNode() { return true; } in DecideWhetherInferShapeForNewNode() function
/third_party/mindspore/mindspore/lite/tools/converter/parser/
Dunify_format.cc198 bool UnifyFormatToNHWC::DecideWhetherInferShapeForNewNode() { return false; } in DecideWhetherInferShapeForNewNode() function in mindspore::lite::UnifyFormatToNHWC