Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add test for TopK
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk committed Feb 14, 2019
1 parent 7d40c38 commit c7952cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python-pytest/onnx/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
'test_max_',
'test_softplus',
'test_reduce_',
'test_split_equal'
'test_split_equal',
'test_top_k'
],
'import': ['test_gather',
'test_softsign',
Expand Down

0 comments on commit c7952cd

Please sign in to comment.