pub fn accumulator_apply_gradient<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    handle: O0,
    local_step: O1,
    gradient: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for AccumulatorApplyGradient::new().build(handle, local_step, gradient, scope).