[neurun] Change Gather axis param to int (#8460)
authorPavel Iliutchenko/AI Tools Lab /SRR/Engineer/Samsung Electronics <p.iliutchenk@samsung.com>
Mon, 28 Oct 2019 03:58:23 +0000 (06:58 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 28 Oct 2019 03:58:23 +0000 (12:58 +0900)
commit20df70a096ab8e01390f574a3a2d06d5ed6b22b7
tree50438fb0dd368b855c01d516d0c98369f414d68b
parent69fe86662b80f56f51b7431a9a4049245c493eba
[neurun] Change Gather axis param to int (#8460)

* Changed Gather axis param from OperandIndex to int

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
runtimes/neurun/backend/acl_cl/KernelGenerator.cc
runtimes/neurun/backend/acl_neon/KernelGenerator.cc
runtimes/neurun/core/include/model/operation/GatherNode.h
runtimes/neurun/core/src/compiler/OperationValidator.cc
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc