pub fn sparse_accumulator_apply_gradient<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    handle: O0,
    local_step: O1,
    gradient_indices: O2,
    gradient_values: O3,
    gradient_shape: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseAccumulatorApplyGradient::new().build(handle, local_step, gradient_indices, gradient_values, gradient_shape, scope).