[Topk_v2 Op] introduce topk_v2 test cases (#1304)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Thu, 24 May 2018 00:51:19 +0000 (09:51 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 24 May 2018 00:51:19 +0000 (09:51 +0900)
commitee2fe5b24868b5b97434662a99f31d111a2d9de9
treebac18861a3a4ea87da68f87e0c2dc937bd17e5fc
parent06e5c04f52b8c2825fdc0ffb2b7e18d606052ae7
[Topk_v2 Op] introduce topk_v2 test cases (#1304)

* [Topk_v2 Op] introduce topk_v2 test cases

This commit introduces topk_v2 test cases.
-1D float
-2D float

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* [Topk_v2 Op] add new line at the end of line

This commit adds new lines at the end of line

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/topk_v2_1D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/topk_v2_2D_float.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_1D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/topk_v2_2D_float.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_1D_float.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/topk_v2_2D_float.mod.py [new file with mode: 0644]