Add generated test for 3D input and 2D indices in gather (#4345)
author윤지영/On-Device Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Fri, 22 Feb 2019 07:00:05 +0000 (16:00 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 22 Feb 2019 07:00:05 +0000 (16:00 +0900)
commitf9c9eaab5dc2f3089ab3c11b39012d8da8f81cb6
treefd7b94d605d9cb894c80c52afd5bff6d4aa57313
parent28511b73f5d8afd5844f1ed1cd172eb8f8ceef2d
Add generated test for 3D input and 2D indices in gather (#4345)

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

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

gather_ex_3D_2D_float_1 for [2,3,4] input and [1,2] indices with axis 0
gather_ex_3D_2D_float_2 for [2,3,4] input and [2,1] indices with axis 1
gather_ex_3D_2D_float_3 for [2,3,4] input and [2,1] indices with axis 2

* Update wrong comment

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