Function tensorflow::ops::accumulator_take_gradient
source · pub fn accumulator_take_gradient<O0: Into<Output>, O1: Into<Output>>(
handle: O0,
num_required: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AccumulatorTakeGradient::new().build(handle, num_required, scope)
.