:py:mod:`neural_compressor.onnxrt.algorithms.smoother.calibrator` ================================================================= .. py:module:: neural_compressor.onnxrt.algorithms.smoother.calibrator .. autoapi-nested-parse:: Calibration for smooth quant. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neural_compressor.onnxrt.algorithms.smoother.calibrator.Calibrator .. py:class:: Calibrator(model: neural_compressor.onnxrt.utils.onnx_model.ONNXModel, dataloader: neural_compressor.onnxrt.quantization.calibrate.CalibrationDataReader, iterations: List[int] = [], providers: List[str] = ['CPUExecutionProvider'], **kwargs) Dump information for smooth quant.