Get_default_qconfig appears in docs but not in API Reference

The Quantization Release Blog Post and various demos in the docs make heavy use of the torch.quantization.get_default_qconfig method for configuring quantization algorithm behavior. Oddly, the torch.quantization API Reference makes no reference to this function.

This is unfortunate, because it means there isn’t anywhere to go to get a list of valid parameters to this method. If others agree, and this isn’t intentional, I’d be happy to fine a ticket for this in the GH tracker.

Hi @ResidentMario, that’s a good point. You can check out the definition of the function here: https://github.com/pytorch/pytorch/blob/20ac7362009dd8e0aca6e72fc9357773136a83b8/torch/quantization/qconfig.py#L81. Filed https://github.com/pytorch/pytorch/issues/48106 to track adding it to the docs.