Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AffineQuantizedOpInterface (0.97 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization.td

        InterfaceMethod<
          [{Returns the fixed output range.}],
          "UniformQuantizedType", "GetFixedOutputRange",
          (ins "bool":$sign, "int":$bit_width)
        >,
      ];
    }
    
    def AffineQuantizedOpInterface : OpInterface<
      "AffineQuantizedOpInterface"> {
      let description = [{
        Interface for affine quantized ops (conv2d, fully_connected, etc.)
      }];
    
      let methods = [
        InterfaceMethod<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top