Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h321 void RemoveFaninsInternal(NodeDef* deleted_node,
325 void RemoveFanoutsInternal(NodeDef* deleted_node);
Dmutable_graph_view.cc1591 void MutableGraphView::RemoveFaninsInternal(NodeDef* deleted_node, in RemoveFaninsInternal() argument
1593 for (int i = 0; i < deleted_node->input_size(); ++i) { in RemoveFaninsInternal()
1594 TensorId tensor_id = ParseTensorName(deleted_node->input(i)); in RemoveFaninsInternal()
1602 input.node = deleted_node; in RemoveFaninsInternal()
1612 max_regular_input_port().erase(deleted_node); in RemoveFaninsInternal()
1615 void MutableGraphView::RemoveFanoutsInternal(NodeDef* deleted_node) { in RemoveFanoutsInternal() argument
1617 gtl::FindWithDefault(max_regular_output_port(), deleted_node, -1); in RemoveFanoutsInternal()
1619 fanouts().erase({deleted_node, i}); in RemoveFanoutsInternal()
1621 max_regular_output_port().erase(deleted_node); in RemoveFanoutsInternal()