Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.h183 int port_index, int fanout_index) in MutableFanoutView() argument
185 fanout_index_(fanout_index) {} in MutableFanoutView()
Dgraph_view.cc1460 const int curr_index, const int fanout_index, in SortTopologically()
1466 IsMerge(graph_->node(fanout_index))) { in SortTopologically()
1469 auto& fanout_traversal_state = (*traversal_state)[fanout_index]; in SortTopologically()
1472 edges_in_cycle->push_back({curr_index, fanout_index}); in SortTopologically()
1475 recursion_stack->push_back({fanout_index, ENTER}); in SortTopologically()