Add gtest to test Logical_OR_Ex op (#3781)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Mon, 3 Dec 2018 01:44:35 +0000 (07:14 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Dec 2018 01:44:35 +0000 (10:44 +0900)
commitcd5346095b913ffd4df687bf592de20457f0117b
tree9f63c7f11d7c9a14fe987300f6ec1ce15be14cad
parentd4150a3ca746a8081c67b77a05a2c0fbd6ac9309
Add gtest to test Logical_OR_Ex op (#3781)

This patch will add gtest to test Logical_OR op

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/tests/neural_networks_test/generated/all_generated_tests.cpp
runtimes/tests/neural_networks_test/generated/examples/logical_or_ex_1D.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/examples/logical_or_ex_4D.example.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/logical_or_ex_1D.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/generated/models/logical_or_ex_4D.model.cpp [new file with mode: 0644]
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux.neurun
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-tizen
runtimes/tests/neural_networks_test/specs/Ex/logical_or_ex_1D.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/logical_or_ex_4D.mod.py [new file with mode: 0644]