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