Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h321 void RemoveFaninsInternal(NodeDef* deleted_node,
Dmutable_graph_view.cc1217 RemoveFaninsInternal(node, keep_controlling_fanins); in RemoveAllFanins()
1558 RemoveFaninsInternal(node, /*keep_controlling_fanins=*/false); in DeleteNodes()
1588 void MutableGraphView::RemoveFaninsInternal(NodeDef* deleted_node, in RemoveFaninsInternal() function in tensorflow::grappler::MutableGraphView