Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc309 std::vector<const NodeDef*> target_inputs_topological; in AddRecomputeControlDependencyNodes() local
322 target_inputs_topological.push_back(target_input); in AddRecomputeControlDependencyNodes()
325 std::sort(target_inputs_topological.begin(), target_inputs_topological.end(), in AddRecomputeControlDependencyNodes()
330 auto target_input_iterator = target_inputs_topological.begin(); in AddRecomputeControlDependencyNodes()
347 target_input_iterator != target_inputs_topological.end() && in AddRecomputeControlDependencyNodes()