Class ResourceAccumulatorApplyGradient.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<ResourceAccumulatorApplyGradient>
org.tensorflow.op.train.ResourceAccumulatorApplyGradient.Inputs
- Enclosing class:
ResourceAccumulatorApplyGradient
public static class ResourceAccumulatorApplyGradient.Inputs
extends RawOpInputs<ResourceAccumulatorApplyGradient>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DataTypeThe data type of accumulated gradients.A tensor of the gradient to be accumulated.The handle to a accumulator.The local_step value at which the gradient was computed. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
handle
-
localStep
-
gradient
-
dtype
The data type of accumulated gradients. Needs to correspond to the type of the accumulator.
-
-
Constructor Details
-
Inputs
-