Accelerate PyTorch Models Using Quantization Techniques
…Prepare the model for calibration using the ipex.quantization.prepare method. Perform calibration against the dataset. This calibration is specific for static quantization as it needs the representative dataset to determine the…