Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _get_weighted_mean_squared_error (0.19 sec)

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

            np.round(self._hist_mids / scale) + zero_point, minbound, maxbound
        )
        dequantized_hist_mids = scale * (quantized_hist_mids - zero_point)
        return dequantized_hist_mids
    
      def _get_weighted_mean_squared_error(
          self, quant_min, quant_max
      ) -> tuple[float, float, float]:
        """Gets mean squared error between hist_mids and dequantized hist_mids.
    
    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