Skip to content

Commit b26d772

Browse files
committed
up
1 parent 7c29806 commit b26d772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/xnnpack/quantizer/xnnpack_quantizer_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
OperatorPatternType,
2424
QuantizationAnnotation,
2525
QuantizationConfig,
26+
QuantizationSpec,
2627
SharedQuantizationSpec,
2728
)
2829
from torchao.quantization.pt2e.utils import (
@@ -36,6 +37,7 @@
3637
"OperatorConfig",
3738
"OperatorPatternType",
3839
"QuantizationConfig",
40+
"QuantizationSpec",
3941
"get_input_act_qspec",
4042
"get_output_act_qspec",
4143
"get_weight_qspec",

0 commit comments

Comments
 (0)