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 Jan 3, 2019
1 parent 3e45d5d commit aad3e84
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 @@ -76,7 +76,8 @@
'test_selu_default',
'test_elu',
'test_max_',
'test_softplus'
'test_softplus',
'test_top_k'
],
'import': ['test_gather',
'test_global_lppooling',
Expand Down

0 comments on commit aad3e84

Please sign in to comment.