Skip to content

Commit

Permalink
Axis attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Sep 22, 2023
1 parent 662e46e commit eb3526a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions onnx/test/automatic_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,9 @@ def test_DFT(self) -> None:
self._test_op_upgrade(
"DFT", 17, [[2, 16, 2], []], [[2, 16, 2]], attrs={"inverse": 1}
)
self._test_op_upgrade(
"DFT", 17, [[2, 16, 2], []], [[2, 16, 2]], attrs={"inverse": 1, "axis": 0}
)

def _test_short_time_fourier_transform(self, operator_name: str) -> None:
# Real
Expand Down

0 comments on commit eb3526a

Please sign in to comment.