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 14, 2019
1 parent a4921cd commit e3d4343
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 @@ -77,7 +77,8 @@
'test_elu',
'test_max_',
'test_softplus',
'test_reduce_'
'test_reduce_',
'test_top_k'
],
'import': ['test_gather',
'test_softsign',
Expand Down

0 comments on commit e3d4343

Please sign in to comment.