tf.compat.v1.tpu.initialize_system

View source on GitHub

Initializes a distributed TPU system for use with TensorFlow.

tf.compat.v1.tpu.initialize_system(
    embedding_config=None, job=None, compilation_failure_closes_chips=True
)

Args:

Returns:

A serialized TopologyProto that describes the TPU system. Note: the topology must be evaluated using Session.run before it can be used.