Searched refs:_compute_quantization_error (Results 1 – 2 of 2) sorted by relevance
509 def _compute_quantization_error(next_start_bin, next_end_bin, norm_type): function604 norm = _compute_quantization_error(next_start_bin, next_end_bin, "L2")779 ref_qe = ref_obs._compute_quantization_error(i, j)780 qe = my_obs._compute_quantization_error(i, j)
1044 def _compute_quantization_error(self, next_start_bin: int, next_end_bin: int): member in HistogramObserver1149 norm = self._compute_quantization_error(next_start_bin, next_end_bin)