Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions backends/xnnpack/test/tester/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,8 @@ def export(self, export_stage: Optional[Export] = None):
)

def to_edge(self, to_edge_stage: Optional[ToEdge] = None):
# TODO(T182187531): Skip dim order for now. Support dim order and its op after alpha release.
if not to_edge_stage:
to_edge_stage = ToEdge()
to_edge_stage.edge_compile_conf._skip_dim_order = True
res = self._run_stage(to_edge_stage)
return res

Expand Down
Loading