Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc610 std::vector<int>* empty_diff_node_indices) { in GetNodeNamesAndPartitionUpdatedNodes() argument
636 empty_diff_node_indices->reserve(num_updated_nodes); in GetNodeNamesAndPartitionUpdatedNodes()
640 empty_diff_node_indices->emplace_back(diff.node_index); in GetNodeNamesAndPartitionUpdatedNodes()
1627 std::vector<int>* empty_diff_node_indices) { in ValidateInternal() argument
1631 node_names, renamed_nodes, inplace_nodes, empty_diff_node_indices)); in ValidateInternal()
1657 std::vector<int> empty_diff_node_indices; in ApplyMutationInternal() local
1662 &node_names, &renamed_nodes, &inplace_nodes, &empty_diff_node_indices)); in ApplyMutationInternal()
1666 for (const int empty_diff_node_index : empty_diff_node_indices) { in ApplyMutationInternal()
Dgraph_view.h447 std::vector<int>* empty_diff_node_indices);
527 std::vector<int>* empty_diff_node_indices);