[neurun] Eliminate OperandIndex in Transpose::Param (#9016)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Wed, 20 Nov 2019 06:23:59 +0000 (09:23 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 20 Nov 2019 06:23:59 +0000 (15:23 +0900)
commit3b3c50c793a714fb8552c013b2e354c210b77713
tree45f336c8476505a12066fcc342c42c137e8ba70a
parentd7d02d61f02ae45660499b5f4ad5e6876eb8542f
[neurun] Eliminate OperandIndex in Transpose::Param (#9016)

Replace `OperandIndex` in `ArgMax::Param` with `vector<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/Transpose.h
runtime/neurun/core/src/compiler/OperationValidator.cc
runtime/neurun/frontend/base_loader/base_loader.h
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc