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 271b068 commit 4b00e38Copy full SHA for 4b00e38
backends/apple/coreml/test/test_coreml_partitioner.py
@@ -16,8 +16,7 @@
16
17
18
class TestCoreMLPartitioner(unittest.TestCase):
19
- # TODO(T182928844): Delegate dim order op to backend.
20
- edge_compile_config = executorch.exir.EdgeCompileConfig(_skip_dim_order=True)
+ edge_compile_config = executorch.exir.EdgeCompileConfig()
21
22
def test_add_sub_skip_mm(self):
23
class Model(torch.nn.Module):
0 commit comments