tensorflow::ops

Function 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).