Minor description fix.
PiperOrigin-RevId: 341991277 Change-Id: Ib5b5bf897aa00c6238774bfbe0a7c24cf225ffb4
This commit is contained in:
parent
6887e936ce
commit
f481df18f7
@ -1001,7 +1001,7 @@ class ClusterCoordinator(object):
|
|||||||
This method is non-blocking in that it queues the `fn` which will be
|
This method is non-blocking in that it queues the `fn` which will be
|
||||||
executed later and returns a
|
executed later and returns a
|
||||||
`tf.distribute.experimental.coordinator.RemoteValue` object immediately.
|
`tf.distribute.experimental.coordinator.RemoteValue` object immediately.
|
||||||
`fetch` can be called on the it to wait for the function execution to finish
|
`fetch` can be called on it to wait for the function execution to finish
|
||||||
and retrieve its output from a remote worker. On the other hand, call
|
and retrieve its output from a remote worker. On the other hand, call
|
||||||
`tf.distribute.experimental.coordinator.ClusterCoordinator.join` to wait for
|
`tf.distribute.experimental.coordinator.ClusterCoordinator.join` to wait for
|
||||||
all scheduled functions to finish.
|
all scheduled functions to finish.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user