Fix wrong inclusion and scale value in nnapi_unittests. (#1926)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 10 Jul 2018 07:10:52 +0000 (16:10 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 10 Jul 2018 07:10:52 +0000 (16:10 +0900)
commit127274ccd158a4077f4aa672c00570b4092280d6
treef91d805e2b49c80b625df7fe611d47ae1cc60c01
parent8fd492a0ff822f164e2ac01ed0f919ff952236cf
Fix wrong inclusion and scale value in nnapi_unittests. (#1926)

This commit fixes wrong inclusion and scale value in nnapi_unittests.
List of fixed scale value
  - add
  - conv
  - dconv
  - mul

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
13 files changed:
tools/nnapi_unittests/tests/add_quan_1.cpp
tools/nnapi_unittests/tests/avg_pool_quan_1.cpp
tools/nnapi_unittests/tests/cast_q_to_f_1.cpp
tools/nnapi_unittests/tests/concat_quan_1.cpp
tools/nnapi_unittests/tests/conv_quan_1.cpp
tools/nnapi_unittests/tests/dconv_quan_1.cpp
tools/nnapi_unittests/tests/fully_connected_quan_1.cpp
tools/nnapi_unittests/tests/max_pool_quan_1.cpp
tools/nnapi_unittests/tests/mul_quan_1.cpp
tools/nnapi_unittests/tests/relu6_quan_1.cpp
tools/nnapi_unittests/tests/relu_quan_1.cpp
tools/nnapi_unittests/tests/reshape_quan_1.cpp
tools/nnapi_unittests/tests/softmax_quan_1.cpp