Skip to content

Commit 562b150

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
turn dim order on in apple test
Summary: as title Reviewed By: digantdesai Differential Revision: D68236717
1 parent 8494b90 commit 562b150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/apple/coreml/test/test_coreml_partitioner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717

1818
class TestCoreMLPartitioner(unittest.TestCase):
19-
# TODO(T182928844): Delegate dim order op to backend.
20-
edge_compile_config = executorch.exir.EdgeCompileConfig(_skip_dim_order=True)
19+
edge_compile_config = executorch.exir.EdgeCompileConfig()
2120

2221
def test_add_sub_skip_mm(self):
2322
class Model(torch.nn.Module):

0 commit comments

Comments
 (0)