Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for effective_mins (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.cc

      SmallVector<double, 4> effective_mins, effective_maxs;
      ExpandVerySmallRange(min, max, effective_mins, effective_maxs);
    
      quant::QuantizedType quantized_element_type;
      if (min.size() == 1 && max.size() == 1 && quant_dim == -1) {
        quantized_element_type = quantfork::fakeQuantAttrsToType(
            builder.getUnknownLoc(), storage_type_width, effective_mins[0],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 02:10:16 UTC 2024
    - 43.2K bytes
    - Viewed (0)
Back to top