pub fn tpupartitioned_call<O0: Into<Output>, O1: Into<Output>>( args: O0, device_ordinal: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TPUPartitionedCall::new().build(args, device_ordinal, scope).
TPUPartitionedCall::new().build(args, device_ordinal, scope)