Searched refs:ForwardGraph (Results 1 – 3 of 3) sorted by relevance
147 std::set<FuncGraphPtr> ForwardGraph(const FuncGraphPtr &root);
2750 std::set<FuncGraphPtr> ForwardGraph(const FuncGraphPtr &root) { in ForwardGraph() function
403 auto graph_set = ForwardGraph(root_graph_); in ProcessAllreduceFusion()