Function tensorflow::eager::raw_ops::tpupartitioned_output_v2
source · pub fn tpupartitioned_output_v2<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
inputs: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for TPUPartitionedOutputV2::new().call(&ctx, &inputs)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TPUPartitionedOutputV2