[loco] Add index getter (#6367)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 8 Aug 2019 04:19:19 +0000 (13:19 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Aug 2019 04:19:19 +0000 (13:19 +0900)
commitd9f4724b2ac4afd18edc8a6e126048387ddcc46f
tree4c3fff80faa236294e5ccc239d311b43a9912ee3
parent1e0126723df662e2dd05435021f1978998276a54
[loco] Add index getter (#6367)

This commit extends GraphInput and GraphOutput class with "index"
getter.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/loco/include/loco/IR/Graph.h
compiler/loco/include/loco/IR/GraphInputIndex.h [new file with mode: 0644]
compiler/loco/include/loco/IR/GraphOutputIndex.h [new file with mode: 0644]
compiler/loco/include/loco/IR/Nodes.h
compiler/loco/src/IR/Graph.test.cpp
compiler/loco/src/IR/GraphInputIndex.cpp [new file with mode: 0644]
compiler/loco/src/IR/GraphOutputIndex.cpp [new file with mode: 0644]