Class SparseAccumulatorTakeGradient.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<SparseAccumulatorTakeGradient<?>>
org.tensorflow.op.sparse.SparseAccumulatorTakeGradient.Inputs
Enclosing class:
SparseAccumulatorTakeGradient<T extends TType>

public static class SparseAccumulatorTakeGradient.Inputs extends RawOpInputs<SparseAccumulatorTakeGradient<?>>
  • Field Details

    • handle

      public final Operand<TString> handle
      The handle to a SparseConditionalAccumulator.
    • numRequired

      public final Operand<TInt32> numRequired
      Number of gradients required before we return an aggregate.
    • dtype

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