From 720b4c33ec8d5bf1571153926d537eec0e611509 Mon Sep 17 00:00:00 2001 From: Haoyu Zhang Date: Wed, 16 Oct 2019 12:09:59 -0700 Subject: [PATCH] Complete a device string in configure_collective_ops document. PiperOrigin-RevId: 275085372 Change-Id: Iff6f255f5a66273a5e5937ee0fce85840378969b --- tensorflow/python/eager/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/eager/context.py b/tensorflow/python/eager/context.py index d2665bb6233..3f27ca503c8 100644 --- a/tensorflow/python/eager/context.py +++ b/tensorflow/python/eager/context.py @@ -606,7 +606,7 @@ class Context(object): Args: collective_leader: a device string for collective leader, e.g. - "/job:worker/replica:0/task:"; empty string means local execution of + "/job:worker/replica:0/task:0"; empty string means local execution of collective ops. scoped_allocator_enabled_ops: a tuple or a list of op names for scoped allocator to run with.