Shortcuts

default_per_channel_qconfig

torch.quantization.qconfig.default_per_channel_qconfig

alias of QConfig(activation=functools.partial(<class ‘torch.ao.quantization.observer.MinMaxObserver’>, quant_min=0, quant_max=127){}, weight=functools.partial(<class ‘torch.ao.quantization.observer.PerChannelMinMaxObserver’>, dtype=torch.qint8, qscheme=torch.per_channel_symmetric){})

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