tf.tpu.experimental.shutdown_tpu_system

View source on GitHub

Shuts down the TPU devices.

tf.tpu.experimental.shutdown_tpu_system(
    cluster_resolver=None
)

This will clear all caches, even those that are maintained through sequential calls to tf.tpu.experimental.initialize_tpu_system, such as the compilation cache.

Args:

Raises: