Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h46 std::vector<AnfNodePtr> DeepScopedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include);
60 std::vector<AnfNodePtr> DeepScopedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include = …
81 explicit FuncGraphIndex(const FuncGraphPtr &fg, const SearchFunc &search = DeepScopedGraphSearch,
Dgraph_utils_extends.cc184 std::vector<AnfNodePtr> DeepScopedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include) { in DeepScopedGraphSearch() function
/third_party/mindspore/tests/ut/cpp/ir/
Dclone_test.cc84 AnfNodeSet d1 = AnfNodeSet(DeepScopedGraphSearch(g->get_return())); in TEST_F()
85 AnfNodeSet d2 = AnfNodeSet(DeepScopedGraphSearch(g2->get_return())); in TEST_F()
94 AnfNodeSet d3 = AnfNodeSet(DeepScopedGraphSearch(g3->get_return())); in TEST_F()
/third_party/mindspore/tests/ut/cpp/parallel/
Dstep_parallel_test.cc371 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
380 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
389 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
408 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
447 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
470 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_info.cc31 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in FindPrimtive()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc136 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in GetJPrim()
Dbranch_culling.h106 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in operator()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc94 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in StepAutoParallel()
104 all_nodes = DeepScopedGraphSearch(ret_after); in StepAutoParallel()
Dstep_parallel.cc494 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in HasStrategy()
3095 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in StepParallel()
3120 all_nodes = DeepScopedGraphSearch(ret_after); in StepParallel()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddraw.cc151 auto nodes = DeepScopedGraphSearch(ret); in DrawByOpt()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc200 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(fg->get_return()); in ReplacePythonOps()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc819 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in CutBorder()