Shuts down a running a distributed TPU system.
View aliases
Main aliases
`tf.contrib.tpu.shutdown_system`
Compat aliases for migrationSee Migration guide for more details.
tf.tpu.shutdown_system(
job=None
)
Args | |
---|---|
job
|
The job (the XXX in TensorFlow device specification /job:XXX) that contains the TPU devices that will be shutdown. If job=None it is assumed there is only one job in the TensorFlow flock, and an error will be returned if this assumption does not hold. |