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