Class Dequantize.Options

java.lang.Object
org.tensorflow.op.quantization.Dequantize.Options
Enclosing class:
Dequantize<U extends TNumber>

public static class Dequantize.Options extends Object
Optional attributes for Dequantize
  • Method Details

    • mode

      public Dequantize.Options mode(String mode)
      Sets the mode option.
      Parameters:
      mode - the mode option
      Returns:
      this Options instance.
    • narrowRange

      public Dequantize.Options narrowRange(Boolean narrowRange)
      Sets the narrowRange option.
      Parameters:
      narrowRange - the narrowRange option
      Returns:
      this Options instance.
    • axis

      public Dequantize.Options axis(Long axis)
      Sets the axis option.
      Parameters:
      axis - the axis option
      Returns:
      this Options instance.