Function tensorflow::ops::resource_accumulator_apply_gradient
source · pub fn resource_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 ResourceAccumulatorApplyGradient::new().build(handle, local_step, gradient, scope)
.