[neurun] Define operation index list (#2532)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 30 Aug 2018 08:12:03 +0000 (17:12 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 30 Aug 2018 08:12:03 +0000 (17:12 +0900)
commit8502fde9780798a50eb6661d8b420ba60a683aec
treeb61b8d2227af1e2be496fff532a453bbc8255d48
parent8843ab7ad7be339f70de4da779e75683bc589fbf
[neurun] Define operation index list (#2532)

Define operation index list (used for use-def)
Use list to support frequent append & remove

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/graph/operation/IndexList.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/IndexList.h [new file with mode: 0644]