Class Requantize.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<Requantize<?>>
org.tensorflow.op.quantization.Requantize.Inputs
Enclosing class:
Requantize<U extends TNumber>

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

    • input

      public final Operand<? extends TNumber> input
      The input input
    • inputMin

      public final Operand<TFloat32> inputMin
      The float value that the minimum quantized input value represents.
    • inputMax

      public final Operand<TFloat32> inputMax
      The float value that the maximum quantized input value represents.
    • requestedOutputMin

      public final Operand<TFloat32> requestedOutputMin
      The float value that the minimum quantized output value represents.
    • requestedOutputMax

      public final Operand<TFloat32> requestedOutputMax
      The float value that the maximum quantized output value represents.
    • Tinput

      public final DataType Tinput
      The type of the input.
    • outType

      public final DataType outType
      The type of the output. Should be a lower bit depth than Tinput.
  • Constructor Details