Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc780 bool found_node_to_preserve = false; in RemoveDeadBranches() local
781 while (!found_node_to_preserve && !zombie_inputs.Empty()) { in RemoveDeadBranches()
785 found_node_to_preserve = true; in RemoveDeadBranches()
798 found_node_to_preserve = true; in RemoveDeadBranches()
808 found_node_to_preserve = true; in RemoveDeadBranches()
836 found_node_to_preserve = true; in RemoveDeadBranches()
847 if (!found_node_to_preserve) { in RemoveDeadBranches()