Searched refs:DeepScopedGraphSearch (Results 1 – 12 of 12) sorted by relevance
46 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,
184 std::vector<AnfNodePtr> DeepScopedGraphSearch(const AnfNodePtr &root, const IncludeFunc &include) { in DeepScopedGraphSearch() function
84 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()
371 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()
31 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in FindPrimtive()
136 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in GetJPrim()
106 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in operator()
94 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in StepAutoParallel()104 all_nodes = DeepScopedGraphSearch(ret_after); in StepAutoParallel()
494 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()
151 auto nodes = DeepScopedGraphSearch(ret); in DrawByOpt()
200 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(fg->get_return()); in ReplacePythonOps()
819 std::vector<AnfNodePtr> all_nodes = DeepScopedGraphSearch(ret); in CutBorder()