PyTorch Quantization Documentation, PyTorch Developers, 2019 (PyTorch Foundation) - This comprehensive documentation details practical aspects of activation quantization, including different observer types (e.g., HistogramObserver for KL-divergence, MovingAverageMinMaxObserver), static vs. dynamic quantization, and how QAT is implemented within the framework.