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 Details

    • handle

      public final Operand<? extends TType> handle
      The handle to a accumulator.
    • localStep

      public final Operand<TInt64> localStep
      The local_step value at which the gradient was computed.
    • gradient

      public final Operand<? extends TType> gradient
      A tensor of the gradient to be accumulated.
    • dtype

      public final DataType dtype
      The data type of accumulated gradients. Needs to correspond to the type of the accumulator.
  • Constructor Details