Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _MinMax (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm.py

        min_value, max_value = mse_min[1], mse_min[2]
        return min_value, max_value
    
    
    @_implements(_CalibrationMethod.CALIBRATION_METHOD_MIN_MAX)
    class _MinMax(_CalibrationAlgorithmBase):
      """MinMaxCalibrationAlgorithm for calculating min and max values of calibration result.
    
      MinMax calibration calculates the global min and global max values.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top