Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc865 auto& fanout_fanin = fanout_node_view->regular_fanins_[fanout.index()]; in ReplaceNodeFanouts() local
869 {&graph_->node(fanout_fanin.node_index_), fanout_fanin.index()}); in ReplaceNodeFanouts()
870 fanout_fanin.node_index_ = node->node_index_; in ReplaceNodeFanouts()
873 {&graph_->node(node->node_index_), fanout_fanin.index()}); in ReplaceNodeFanouts()
880 auto& fanout_fanin = in ReplaceNodeFanouts() local
885 {&graph_->node(fanout_fanin.node_index_), Graph::kControlSlot}); in ReplaceNodeFanouts()
886 fanout_fanin.node_index_ = node->node_index_; in ReplaceNodeFanouts()
887 fanout_fanin.fanout_index_ = i; in ReplaceNodeFanouts()