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