Shortcuts

initialize_fake_quantizers

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

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

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources