[neurun] Eliminate OperandIndex in ArgMax::Param (#9015)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Tue, 19 Nov 2019 07:20:05 +0000 (10:20 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 19 Nov 2019 07:20:05 +0000 (16:20 +0900)
commit41298d1345771f92c1ea67dcf1489f421c65b0e1
tree6fd9ee3647535e7bdcc889425f66a4bc83c155d9
parentd19003406bee2e27e94f0ae97f6856fc57b2fb01
[neurun] Eliminate OperandIndex in ArgMax::Param (#9015)

Replace `OperandIndex` in `ArgMax::Param` with `int`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
runtime/neurun/backend/acl_cl/KernelGenerator.cc
runtime/neurun/backend/acl_neon/KernelGenerator.cc
runtime/neurun/core/include/model/operation/ArgMax.h
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc