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