Module: tf.distribute.coordinator

Public API for tf._api.v2.distribute.coordinator namespace

Classes

class ClusterCoordinator: An object to schedule and coordinate remote function execution.

class PerWorkerValue: A container that holds a list of values, one value per worker.

class RemoteValue: An asynchronously available value of a scheduled function.

Functions

experimental_get_current_worker_index(...): Returns the current worker index, when called within a worker closure.