Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dmake_list_pass.cc32 AnfNodePtr MakeListPass::ConvertMakeListToMakeTuple(const CNodePtr &node) { in ConvertMakeListToMakeTuple() function in mindspore::opt::MakeListPass
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/src/
Dacl_pass_impl.cc299 static AnfNodePtr ConvertMakeListToMakeTuple(const CNodePtr &node) { in ConvertMakeListToMakeTuple() function