Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc274 } else if (!removed_nodes_.contains(node->node_index_)) { in AddMutation()
292 removed_nodes_.insert(node->node_index_); in RemoveNode()
424 removed_nodes_.clear(); in ResetInternal()
621 for (int node_index : mutation_.removed_nodes_) { in GetNodeNamesAndPartitionUpdatedNodes()
722 if (mutation_.removed_nodes_.contains(fanout_view->node_index_)) { in RemovedOrMissingNodeFanoutsWellFormed()
748 if (mutation_.removed_nodes_.contains(fanout_view->node_index_)) { in RemovedOrMissingNodeFanoutsWellFormed()
929 if (mutation_.removed_nodes_.contains(node_to_overwrite.node_index_)) { in FixRenamedNodes()
963 mutation_.removed_nodes_.erase(node_index); in AddNewNodes()
1325 for (int node_index : mutation_.removed_nodes_) { in RemoveNodesInternal()
Dgraph_view.h366 absl::flat_hash_set<int> removed_nodes_; variable