pub fn tpupartitioned_input<O0: Into<Output>>(
    inputs: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TPUPartitionedInput::new().build(inputs, scope).