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 108ec68 commit d9bc9ebCopy full SHA for d9bc9eb
backends/xnnpack/test/tester/tester.py
@@ -558,10 +558,8 @@ def export(self, export_stage: Optional[Export] = None):
558
)
559
560
def to_edge(self, to_edge_stage: Optional[ToEdge] = None):
561
- # TODO(T182187531): Skip dim order for now. Support dim order and its op after alpha release.
562
if not to_edge_stage:
563
to_edge_stage = ToEdge()
564
- to_edge_stage.edge_compile_conf._skip_dim_order = True
565
res = self._run_stage(to_edge_stage)
566
return res
567
0 commit comments