Function tensorflow::ops::dtensor_set_global_tpuarray
source · pub fn dtensor_set_global_tpuarray<O0: Into<Output>>(
topology: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DTensorSetGlobalTPUArray::new().build(topology, scope)
.