Searched refs:edges_to_replace (Results 1 – 3 of 3) sorted by relevance
55 std::vector<const Edge*> edges_to_replace; in ReplaceEdgeSources() local58 edges_to_replace.push_back(edge); in ReplaceEdgeSources()61 for (auto edge : edges_to_replace) { in ReplaceEdgeSources()
895 std::vector<const Edge*> edges_to_replace; in RewriteTensorListWithConstElement() local898 edges_to_replace.push_back(e); in RewriteTensorListWithConstElement()901 if (edges_to_replace.empty()) { in RewriteTensorListWithConstElement()909 for (const Edge* e : edges_to_replace) { in RewriteTensorListWithConstElement()
396 std::vector<const Edge*> edges_to_replace; in MoveHeadOutsideCompilationToHost() local401 edges_to_replace.push_back(e); in MoveHeadOutsideCompilationToHost()404 if (edges_to_replace.empty()) { in MoveHeadOutsideCompilationToHost()409 for (const Edge* e : edges_to_replace) { in MoveHeadOutsideCompilationToHost()2072 std::vector<const Edge*> edges_to_replace; in ReplaceOutputEdgesWithInputEdgeSourceForWhile() local2075 edges_to_replace.push_back(e); in ReplaceOutputEdgesWithInputEdgeSourceForWhile()2078 for (const Edge* e : edges_to_replace) { in ReplaceOutputEdgesWithInputEdgeSourceForWhile()