[neurun] Replace OperandIndex in DepthToSpace and SpaceToDepth Params (#8707)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Mon, 4 Nov 2019 07:16:28 +0000 (10:16 +0300)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 4 Nov 2019 07:16:28 +0000 (16:16 +0900)
commit1f6ffed239350aa11d65bc8036862470fa9bec10
tree5fc881bf89e9df8e12ae59dd4b066928e30f7560
parentd09219b50134d396bcddee5a4f5fb9efdd928b24
[neurun] Replace OperandIndex in DepthToSpace and SpaceToDepth Params (#8707)

Replace `OperandIndex` in `DepthToSpace::Param` and `SpaceToDepth::Param` with `int32_t`.

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/DepthToSpace.h
runtime/neurun/core/include/model/operation/SpaceToDepth.h
runtime/neurun/core/src/compiler/OperationValidator.cc
runtime/neurun/frontend/nnapi/wrapper/OperationFactory.cc