Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        return {};
      }
      SmallVector<UniformQuantizedValueConverter, 4> converters;
      converters.reserve(dim_size);
      for (int i = 0, e = dim_size; i != e; ++i) {
        converters.push_back(getPerChunkConverter(i));
      }
    
      // Scan the elements of the dense elements attributes and quantize them by
      // using the right quantization parameters.
      int64_t flatten_index = 0;
      auto shape = type.getShape();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top