Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dreplicate_per_replica_nodes.cc178 Status ReplicateNodes(const std::vector<Node*>& cluster_nodes, in ReplicateNodes() argument
181 for (Node* n : cluster_nodes) { in ReplicateNodes()
189 const std::vector<Node*>& cluster_nodes, Graph* graph) { in ReplicateEdges() argument
190 for (const auto* node : cluster_nodes) { in ReplicateEdges()
249 const std::vector<Node*>& cluster_nodes = it.second; in ReplicatePerReplicaNodesInFunctionGraph() local
252 for (Node* n : cluster_nodes) { in ReplicatePerReplicaNodesInFunctionGraph()
262 ReplicateNodes(cluster_nodes, allowed_devices, &helper, graph)); in ReplicatePerReplicaNodesInFunctionGraph()
263 TF_RETURN_IF_ERROR(ReplicateEdges(helper, cluster_nodes, graph)); in ReplicatePerReplicaNodesInFunctionGraph()
266 for (auto* n : cluster_nodes) { in ReplicatePerReplicaNodesInFunctionGraph()
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dresolve_svdf.cc51 const std::vector<const NodeDef*>& cluster_nodes, in FilterPartitionedConstNodes() argument
53 for (const NodeDef* node : cluster_nodes) { in FilterPartitionedConstNodes()