1*da0073e9SAndroid Build Coastguard Worker# flake8: noqa: F401 2*da0073e9SAndroid Build Coastguard Workerr""" 3*da0073e9SAndroid Build Coastguard WorkerThis file is in the process of migration to `torch/ao/quantization`, and 4*da0073e9SAndroid Build Coastguard Workeris kept here for compatibility while the migration process is ongoing. 5*da0073e9SAndroid Build Coastguard WorkerIf you are adding a new entry/functionality, please, add it to the 6*da0073e9SAndroid Build Coastguard Worker`torch/ao/quantization/stubs.py`, while adding an import statement 7*da0073e9SAndroid Build Coastguard Workerhere. 8*da0073e9SAndroid Build Coastguard Worker""" 9*da0073e9SAndroid Build Coastguard Worker 10*da0073e9SAndroid Build Coastguard Workerfrom torch.ao.quantization.stubs import DeQuantStub, QuantStub, QuantWrapper 11