Skip to content

Commit 34f2bfc

Browse files
jerryzh168facebook-github-bot
authored andcommitted
Rename _pt2e to pt2e (#3)
Summary: X-link: pytorch/pytorch#104668 Pull Request resolved: #3 att Reviewed By: andrewor14 Differential Revision: D47202807 fbshipit-source-id: 1b3fbf16f16db197bcf90df8dcf6f070378e070e
1 parent 5e5523e commit 34f2bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/xnnpack/test/test_xnnpack_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
QConfig,
4343
QConfigMapping,
4444
)
45-
from torch.ao.quantization._pt2e.quantizer import QNNPackQuantizer
46-
from torch.ao.quantization._pt2e.quantizer.qnnpack_quantizer import (
45+
from torch.ao.quantization.pt2e.quantizer import QNNPackQuantizer
46+
from torch.ao.quantization.pt2e.quantizer.qnnpack_quantizer import (
4747
get_symmetric_quantization_config,
4848
)
4949
from torch.ao.quantization._quantize_pt2e import convert_pt2e, prepare_pt2e_quantizer

0 commit comments

Comments
 (0)