pub fn accumulator_set_global_step<O0: Into<Output>, O1: Into<Output>>(
    handle: O0,
    new_global_step: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for AccumulatorSetGlobalStep::new().build(handle, new_global_step, scope).