Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymwangg committed Aug 5, 2021
1 parent 84f0964 commit 9063287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,6 @@ def verify_batch_matmul(a_shape, b_shape, out_shape, convert_config=None):
(2, 3, 4, 3),
(2, 3, 3, 4),
(2, 3, 4, 4),
target,
dev,
convert_config={"use_nt_batch_matmul": False},
)

Expand Down

0 comments on commit 9063287

Please sign in to comment.