Class QuantizedAdd.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<QuantizedAdd<?>>
org.tensorflow.op.math.QuantizedAdd.Inputs
Enclosing class:
QuantizedAdd<V extends TNumber>

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

    • x

      public final Operand<? extends TNumber> x
      The x input
    • y

      public final Operand<? extends TNumber> y
      The y input
    • minX

      public final Operand<TFloat32> minX
      The float value that the lowest quantized x value represents.
    • maxX

      public final Operand<TFloat32> maxX
      The float value that the highest quantized x value represents.
    • minY

      public final Operand<TFloat32> minY
      The float value that the lowest quantized y value represents.
    • maxY

      public final Operand<TFloat32> maxY
      The float value that the highest quantized y value represents.
    • T1

      public final DataType T1
      The T1 attribute
    • T2

      public final DataType T2
      The T2 attribute
    • Toutput

      public final DataType Toutput
      The Toutput attribute
  • Constructor Details