Rate this Page

initialize_fake_quantizers#

torchao.quantization.qat.initialize_fake_quantizers(model: Module, example_inputs: Tuple[Any, ...]) None[source][source]#

(Prototype) Initialize the scales and zero points on all IntxFakeQuantizerBase in the model based on the provided example inputs.