Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1322 std::vector<int> node_indices_to_remove; in RemoveNodesInternal() local
1323 node_indices_to_remove.reserve(mutation_.updated_nodes_.size() + in RemoveNodesInternal()
1328 node_indices_to_remove.push_back(node_index); in RemoveNodesInternal()
1333 node_indices_to_remove.insert(node_indices_to_remove.end(), in RemoveNodesInternal()
1336 std::set<int> sorted_node_indices_to_remove(node_indices_to_remove.begin(), in RemoveNodesInternal()
1337 node_indices_to_remove.end()); in RemoveNodesInternal()