Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPerChunkConverter (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/common/ir/UniformSupport.h

      // Get a uniform converter for the index-th chunk along the quantizationDim.
      // All the elements in this chunk is quantized by the returned converter.
      UniformQuantizedValueConverter getPerChunkConverter(int index) const {
        return UniformQuantizedValueConverter(scales_[index], zero_points_[index],
                                              clamp_min_, clamp_max_,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top