Correction in GTests of Equal_Ex with truth value as 0xff (255) (#3927)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Thu, 13 Dec 2018 09:36:13 +0000 (15:06 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 13 Dec 2018 09:36:13 +0000 (18:36 +0900)
commit2a3b63e32b0c4514db2e83f763747b2b67fa9238
tree94f49888d94a369a1c89ff448d76c6502c79fa15
parent41d6ada0fc82c34347b75f16ed141cd017af053d
Correction in GTests of Equal_Ex with truth value as 0xff (255) (#3927)

This patch corrects GTests of Equal_Ex with truth value as 0xff (255)
Related issue: #3823 #3851

As quoted by @hseok82-oh

>IMO, use 0xff (255) for true, and 0x00 (0) for false in test.

Signed-off-by: prasannar <prasanna.r@samsung.com>
runtimes/tests/neural_networks_test/runtime_run_android_nn_test.skip.armv7l-linux
runtimes/tests/neural_networks_test/specs/Ex/equal_ex_1D_float.mod.py
runtimes/tests/neural_networks_test/specs/Ex/equal_ex_4D_float.mod.py
runtimes/tests/neural_networks_test/specs/Ex/equal_ex_broadcast.mod.py
runtimes/tests/neural_networks_test/specs/Ex/equal_ex_broadcast_4D_2D.mod.py
runtimes/tests/neural_networks_test/specs/Ex/equal_ex_quant8.mod.py