| This file is in the process of migration to `torch/ao/quantization`, and |
| is kept here for compatibility while the migration process is ongoing. |
| If you are adding a new entry/functionality, please, add it to the |
| `torch/ao/quantization/qconfig.py`, while adding an import statement |
| from torch.ao.quantization.qconfig import ( |
| default_per_channel_qconfig, |
| per_channel_dynamic_qconfig, |
| float_qparams_weight_only_qconfig, |
| default_weight_only_qconfig, |
| default_activation_only_qconfig, |
| add_module_to_qconfig_obs_ctr, |