Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Daccumulate_n_optimizer.cc145 Node* clean_up_accumulator = nullptr; // DestroyTemporaryVariable in RewriteIntoTempVariable() local
197 .Finalize(g, &clean_up_accumulator)); in RewriteIntoTempVariable()
212 g->AddControlEdge(assign_add, clean_up_accumulator); in RewriteIntoTempVariable()
217 g->AddControlEdge(clean_up_accumulator, out_edge->dst()); in RewriteIntoTempVariable()
219 g->AddEdge(clean_up_accumulator, 0, out_edge->dst(), in RewriteIntoTempVariable()