We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5523e commit 34f2bfcCopy full SHA for 34f2bfc
backends/xnnpack/test/test_xnnpack_utils.py
@@ -42,8 +42,8 @@
42
QConfig,
43
QConfigMapping,
44
)
45
-from torch.ao.quantization._pt2e.quantizer import QNNPackQuantizer
46
-from torch.ao.quantization._pt2e.quantizer.qnnpack_quantizer import (
+from torch.ao.quantization.pt2e.quantizer import QNNPackQuantizer
+from torch.ao.quantization.pt2e.quantizer.qnnpack_quantizer import (
47
get_symmetric_quantization_config,
48
49
from torch.ao.quantization._quantize_pt2e import convert_pt2e, prepare_pt2e_quantizer
0 commit comments