neural_compressor.tensorflow.algorithms.smoother.core

Module Contents

Classes

SmoothQuant

The class that performs smooth quantization.

class neural_compressor.tensorflow.algorithms.smoother.core.SmoothQuant(config: neural_compressor.tensorflow.quantization.config.SmoothQuantConfig, calib_dataloader: Callable, calib_iteration: int = 1)[source]

The class that performs smooth quantization.