Function tensorflow::ops::shutdown_distributed_tpu
source · pub fn shutdown_distributed_tpu(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for ShutdownDistributedTPU::new().build(scope)
.
pub fn shutdown_distributed_tpu(scope: &mut Scope) -> Result<Operation>
Shorthand for ShutdownDistributedTPU::new().build(scope)
.