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