Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc3438 std::stack<EdgeSet::const_iterator> current_neighbor_stack; in CheckForNodeFusion() local
3444 current_neighbor_stack.push(a->out_edges().begin()); in CheckForNodeFusion()
3449 auto& current_neighbor_iter = current_neighbor_stack.top(); in CheckForNodeFusion()
3454 ++current_neighbor_stack.top(); // Retrieves the next unvisited edge. in CheckForNodeFusion()
3459 current_neighbor_stack.push(neighbor_node->out_edges().begin()); in CheckForNodeFusion()
3468 current_neighbor_stack.pop(); in CheckForNodeFusion()