Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_statistics_collector_histogram.cc

    using ::stablehlo::quantization::CalculateBinIndex;
    using ::stablehlo::quantization::CalculateBinWidth;
    using ::stablehlo::quantization::CalculateLowerBound;
    
    // Gets the histogram frequencies for the given range.
    float GetRangeFrequencies(absl::Span<const int64_t> histogram,
                              const float bin_width, const float lower_bound,
                              const float range_start, const float range_end) {
      float freq_sum = 0.f;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 05 09:09:34 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top