tensorflow::ops

Function stateful_partitioned_call

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

Shorthand for StatefulPartitionedCall::new().build(args, scope).