[neurun] Replace uint32_t with Index in Set (#4816)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Fri, 22 Mar 2019 07:31:05 +0000 (16:31 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 22 Mar 2019 07:31:05 +0000 (16:31 +0900)
commit1662a6ccecf60648012d9afeebf782f2d62794bd
tree989712e060c65ffb552b1c61814365b4ecf95099
parente59e5fe9cfc84120db08bf3132ade51fba4b6b4f
[neurun] Replace uint32_t with Index in Set (#4816)

operand::Set and operation::Set have hardcoded uint32_t and assertion,
which is based on wrong assumption that Index is always uint32_t.
This patch replaces uint32_t with Index.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/neurun/core/include/graph/Index.h
runtimes/neurun/core/include/model/operand/Set.h
runtimes/neurun/core/include/model/operation/Set.h
runtimes/neurun/core/src/model/operand/Set.cc
runtimes/neurun/core/src/model/operation/Set.cc