[neurun] Refine StageGenerator implementation (#2870)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 1 Oct 2018 23:54:08 +0000 (08:54 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 1 Oct 2018 23:54:08 +0000 (08:54 +0900)
commit4ae7ffd894d4ad6f2f746588f4957f6ecfbde286
tree1f74f81cce786f03003485f96ca7e3b2c2418128
parent96f18d025c81cabeaa857ce300744888aad23267
[neurun] Refine StageGenerator implementation (#2870)

Change index type of each Param for each Node to use
`graph::operand::Index` rather than raw integer. This is for both
acl_cl and cpu backend.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.cc