aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-09 12:26:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-09 13:19:17 -0700
commitfa3a9bcabfea46bb3a4c63f559b50cc066d484e7 (patch)
tree5ba9229cac4db812b70301a27cc0834bb827cd0b /tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
parent9a4f5682a9854c555bf2bf2c5ecbc5635c848447 (diff)
Collective Ops Part 6
Distributed-mode implementations of CollectiveRemoteAccess. Extend Worker interface with corresponding new methods. This change is part of a series of changes introducing infrastructure for collective ops and initial implementations of reduction and broadcast. PiperOrigin-RevId: 196010718
Diffstat (limited to 'tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc')
-rw-r--r--tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc b/tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
index ecf5db8110..7a93b54eae 100644
--- a/tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
+++ b/tensorflow/core/distributed_runtime/collective_param_resolver_distributed.cc
@@ -284,7 +284,6 @@ void CollectiveParamResolverDistributed::CompleteGroupDistributed(
const GroupRecCallback& done) {
VLOG(1) << "CompleteGroupDistributed group_key=" << cp->group.group_key
<< " dev: " << device << " is_leader=" << (group_leader_.empty());
- VLOG(0) << "cp: " << cp->ToString();
if (group_leader_.empty()) {
// This is the group leader, so resolution is local.
return CompleteGroupLocal(device, cp, done);