pub fn dtensor_set_global_tpuarray<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    topology: &T0
) -> Result<()>
Expand description

Shorthand for DTensorSetGlobalTPUArray::new().call(&ctx, &topology).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DTensorSetGlobalTPUArray