Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc3870 std::stack<EdgeSet::const_iterator> current_neighbor_stack; in CheckForNodeFusion() local
3876 current_neighbor_stack.push(a->out_edges().begin()); in CheckForNodeFusion()
3881 auto& current_neighbor_iter = current_neighbor_stack.top(); in CheckForNodeFusion()
3886 ++current_neighbor_stack.top(); // Retrieves the next unvisited edge. in CheckForNodeFusion()
3891 current_neighbor_stack.push(neighbor_node->out_edges().begin()); in CheckForNodeFusion()
3900 current_neighbor_stack.pop(); in CheckForNodeFusion()