Add gtests for ArgMax op to test int32 dataype (#4034)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 18 Dec 2018 01:07:28 +0000 (06:37 +0530)
committer오형석/On-Device Lab./Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 18 Dec 2018 01:07:28 +0000 (10:07 +0900)
commit0b4133c6e675c0ab6ad38d153ff5b4b2674febbd
treed146123943fb185fb39c6373f98b8f3cf3bfff87
parent49938a4d5e83c78bf4e235075e1f943f616ac28b
Add gtests for ArgMax op to test int32 dataype (#4034)

Since the kernel states it support int32 datatype
So, these test cases will verfiy the same.

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_int32.mod.py [new file with mode: 0644]
runtimes/tests/neural_networks_test/specs/Ex/argmax_ex_neg_axis_int32.mod.py [new file with mode: 0644]