Add generated tests for 2D input and 3D indices in gather (#4344)
author윤지영/On-Device Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 22 Feb 2019 06:59:43 +0000 (15:59 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 22 Feb 2019 06:59:43 +0000 (15:59 +0900)
commit28511b73f5d8afd5844f1ed1cd172eb8f8ceef2d
tree6cfd79673116440b08c2d5c91b416a099bdf13bf
parent0a5fdadf79a0cb29476a251663467f0f2468e5e2
Add generated tests for 2D input and 3D indices in gather (#4344)

* Add generated tests for 2D input and 3D indices in gather

This commit contains a new generated test for 2D input and 3D indices in gather.

gather_ex_2D_3D_float_1 for [1,1,2] shape indices with axis 0
gather_ex_2D_3D_float_2 for [1,2,1] shape indices with axis 1

* Update wrong comments

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
tests/nnapi/specs/Ex/gather_ex_2D_3D_float_1.mod.py [new file with mode: 0644]
tests/nnapi/specs/Ex/gather_ex_2D_3D_float_2.mod.py [new file with mode: 0644]