Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExpandVerySmallRange (0.14 sec)

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

        }
      }
      return false;
    }
    
    // Expands the range to be larger than or equal to 1.0e-6, if it is
    // very small (< 1.0e-6). This is to prevent very large quantized value by this
    // range.
    void ExpandVerySmallRange(const ArrayRef<double> mins,
                              const ArrayRef<double> maxs,
                              SmallVectorImpl<double>& effective_mins,
                              SmallVectorImpl<double>& effective_maxs) {
    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