tf.config.experimental_connect_to_cluster

View source on GitHub

Connects to the given cluster.

tf.config.experimental_connect_to_cluster(
    cluster_spec_or_resolver, job_name='localhost', task_index=0, protocol=None,
    make_master_device_default=True
)

Will make devices on the cluster available to use. Note that calling this more than once will work, but will invalidate any tensor handles on the old remote devices.

If the given local job name is not present in the cluster specification, it will be automatically added, using an unused port on the localhost.

Args: