Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc633 const int num_updated_nodes = mutation_.updated_nodes_.size(); in GetNodeNamesAndPartitionUpdatedNodes() local
634 renamed_nodes->reserve(num_updated_nodes); in GetNodeNamesAndPartitionUpdatedNodes()
635 inplace_nodes->reserve(num_updated_nodes); in GetNodeNamesAndPartitionUpdatedNodes()
636 empty_diff_node_indices->reserve(num_updated_nodes); in GetNodeNamesAndPartitionUpdatedNodes()
637 for (int i = 0; i < num_updated_nodes; ++i) { in GetNodeNamesAndPartitionUpdatedNodes()