Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Daccumulate_n_optimizer.cc144 std::vector<Node*> add_values_to_accumulator; // AssignAdd ops in RewriteIntoTempVariable() local
189 add_values_to_accumulator.push_back(assignAdd); in RewriteIntoTempVariable()
211 for (Node* assign_add : add_values_to_accumulator) { in RewriteIntoTempVariable()