Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/
Dparser_utils.cc249 void GetAllFuncGraph(const api::FuncGraphPtr &func_graph, std::set<api::FuncGraphPtr> *all_func_gra… in GetAllFuncGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/
Dparser_utils.cc55 void GetAllFuncGraph(const FuncGraphPtr &func_graph, std::set<FuncGraphPtr> *all_func_graphs) { in GetAllFuncGraph() function