Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h307 bool RemoveRegularFaninInternal(NodeDef* node, const OutputPort& fanin);
Dmutable_graph_view.cc1046 bool MutableGraphView::RemoveRegularFaninInternal(NodeDef* node, in RemoveRegularFaninInternal() function in tensorflow::grappler::MutableGraphView
1118 RemoveRegularFaninInternal(node, {fanin_node, fanin.index()}); in RemoveRegularFanin()
1280 modified |= RemoveRegularFaninInternal( in UpdateFanin()