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 79bdcb3 commit 1548183Copy full SHA for 1548183
backends/xnnpack/test/ops/linear.py
@@ -13,9 +13,7 @@
13
from executorch.backends.xnnpack.partition.config.xnnpack_config import (
14
ConfigPrecisionType,
15
)
16
-from executorch.backends.xnnpack.partition.xnnpack_partitioner2 import (
17
- XnnpackPartitioner,
18
-)
+from executorch.backends.xnnpack.partition.xnnpack_partitioner import XnnpackPartitioner
19
20
from executorch.backends.xnnpack.test.tester import Quantize, Tester
21
from executorch.backends.xnnpack.test.tester.tester import (
0 commit comments