Skip to content

Commit 1548183

Browse files
committed
Fix linear.py
1 parent 79bdcb3 commit 1548183

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backends/xnnpack/test/ops/linear.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
from executorch.backends.xnnpack.partition.config.xnnpack_config import (
1414
ConfigPrecisionType,
1515
)
16-
from executorch.backends.xnnpack.partition.xnnpack_partitioner2 import (
17-
XnnpackPartitioner,
18-
)
16+
from executorch.backends.xnnpack.partition.xnnpack_partitioner import XnnpackPartitioner
1917

2018
from executorch.backends.xnnpack.test.tester import Quantize, Tester
2119
from executorch.backends.xnnpack.test.tester.tester import (

0 commit comments

Comments
 (0)