[nnapi_unittest] more cases for MUL (3D, 1D) (#1669)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 14 Jun 2018 04:38:28 +0000 (13:38 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 14 Jun 2018 04:38:28 +0000 (13:38 +0900)
commit6c1df16ba60aa5ea1d2b78119b0afb5284b89d50
tree8d095c237e3e42e47c13362ca54958337e2d4dfc
parentc39bdfbb175073f45f54b0a308e158f8ba3d2170
[nnapi_unittest] more cases for MUL (3D, 1D) (#1669)

For PR #1665,
`Mul` without ` 1 ` from shape ([5, 3, 12] * [12]) was written.
Previous version `Mul_1' (for ADAS, [300, 1, 4] * [4]) sometimes worked with buggy intermediate code while working on #1665.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
tools/nnapi_unittests/CMakeLists.txt
tools/nnapi_unittests/tests/mul_2.cpp [new file with mode: 0644]
tools/nnapi_unittests/tests/mul_2.lst [new file with mode: 0644]