Skip to main content

run_calibration

Function run_calibration 

Source
pub fn run_calibration(
    dataset: &CalibrationDataset,
    method: &CalibrationMethod,
    symmetric: bool,
) -> Result<CalibrationResult, CalibrationError>
Expand description

Run the full calibration pipeline on a calibration dataset.

Collects histograms from the dataset and computes quantization parameters using the specified method.