@Operator public final class AccumulatorApplyGradient extends PrimitiveOp
Does not add if local_step is lesser than the accumulator's global_step.
operation| Modifier and Type | Method and Description |
|---|---|
static <T> AccumulatorApplyGradient |
create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<T> gradient)
Factory method to create a class to wrap a new AccumulatorApplyGradient operation to the graph.
|
equals, hashCode, toStringpublic static <T> AccumulatorApplyGradient create(Scope scope, Operand<String> handle, Operand<Long> localStep, Operand<T> gradient)
scope - current graph scopehandle - The handle to a accumulator.localStep - The local_step value at which the gradient was computed.gradient - A tensor of the gradient to be accumulated.Copyright © 2015–2019. All rights reserved.