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 6907922 commit 364ef50Copy full SHA for 364ef50
backends/cortex_m/test/tester.py
@@ -9,7 +9,10 @@
9
10
import torch
11
12
-from backends.xnnpack.quantizer.xnnpack_quantizer import XNNPACKQuantizer, get_symmetric_quantization_config
+from backends.xnnpack.quantizer.xnnpack_quantizer import (
13
+ get_symmetric_quantization_config,
14
+ XNNPACKQuantizer,
15
+)
16
from executorch.backends.arm.test.common import get_u55_compile_spec
17
from executorch.backends.arm.test.tester.arm_tester import Serialize
18
from executorch.backends.cortex_m.passes.quantized_op_fusion_pass import (
0 commit comments