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