Searched refs:deleted_node (Results 1 – 2 of 2) sorted by relevance
321 void RemoveFaninsInternal(NodeDef* deleted_node,325 void RemoveFanoutsInternal(NodeDef* deleted_node);
1591 void MutableGraphView::RemoveFaninsInternal(NodeDef* deleted_node, in RemoveFaninsInternal() argument1593 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() argument1617 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()