Skip to content

Commit 43750bb

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: a01feb551bc1bb4fcb13d271a1e5857b221ce8eb
1 parent e083ca7 commit 43750bb

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)