Searched refs:RemoveControllingFaninInternal (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 539 RemoveControllingFaninInternal(control_fanout.node, node); in UpdateNode() 687 RemoveControllingFaninInternal(control_fanout.node, node); in SwapNodeNames() 790 RemoveControllingFaninInternal(node, from_node); in UpdateFanoutsInternal() 827 RemoveControllingFaninInternal(input_port.node, to_node); in UpdateFanoutsInternal() 886 RemoveControllingFaninInternal(node, fanin.node); in AddFaninInternal() 950 RemoveControllingFaninInternal(node, fanin_node); in AddRegularFaninByPort() 1165 bool MutableGraphView::RemoveControllingFaninInternal(NodeDef* node, in RemoveControllingFaninInternal() function in tensorflow::grappler::MutableGraphView 1199 RemoveControllingFaninInternal(node, fanin_node); in RemoveControllingFanin() 1278 modified |= RemoveControllingFaninInternal(node, from_fanin_node); in UpdateFanin() 1324 RemoveControllingFaninInternal(node, to_fanin_node); in UpdateFanin() [all …]
|
D | mutable_graph_view.h | 311 bool RemoveControllingFaninInternal(NodeDef* node, NodeDef* fanin_node);
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.h | 507 inline void RemoveControllingFaninInternal(
|
D | graph_view.cc | 1144 inline void MutableGraphView::RemoveControllingFaninInternal( in RemoveControllingFaninInternal() function in tensorflow::grappler::utils::MutableGraphView 1263 RemoveControllingFaninInternal(&node_view, in ApplyNodeUpdates()
|