Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/ir/
Dclone_test.cc59 AnfNodeSet orig_nodes = AnfNodeSet(DeepLinkedGraphSearch(orig->output())); in SuccessfulInlining()
60 AnfNodeSet new_nodes = AnfNodeSet(DeepLinkedGraphSearch(new_root)); in SuccessfulInlining()
116 FuncGraphIndex idx2(g_clone, DeepLinkedGraphSearch); in TEST_F()
/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h48 std::vector<AnfNodePtr> DeepLinkedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include);
62 std::vector<AnfNodePtr> DeepLinkedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include = …
Dgraph_utils_extends.cc197 std::vector<AnfNodePtr> DeepLinkedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include) { in DeepLinkedGraphSearch() function
Dfunc_graph_cloner.cc168 auto nodes = DeepLinkedGraphSearch(item.second); in CloneFuncGraphDefaultValues()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Doptimize_assign.cc90 static_cast<void>(DeepLinkedGraphSearch(param_user, IncludeUser)); in HasPathToParamUser()
Dupdate_state_formatter.cc202 static_cast<void>(DeepLinkedGraphSearch(out_node, IncludeFunc)); in FindAllOutputs()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2775 root_forward_nodes = DeepLinkedGraphSearch(cnode); in FindRootForwardCNode()
2866 auto all_dfs_nodes = DeepLinkedGraphSearch(return_node); in MarkForwardCNode()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc365 auto all_nodes = DeepLinkedGraphSearch(ret); in ExistSummaryNode()