Introduce SubgraphIndex (#5106)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 30 Apr 2019 09:05:56 +0000 (18:05 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 30 Apr 2019 09:05:56 +0000 (18:05 +0900)
commit93d3fe9f05ef87df81bb9aedc043799078cf2962
tree33dc02233d7bdcf3803de59343f3f2345ed7c9ed
parent5763fc03ab0903ee35bd958e147b33ff2c804a55
Introduce SubgraphIndex (#5106)

`OperationIndex` was used for Subgraph indices, which can be confusing.
This commit introduces `SubgraphIndex` for `Subgraph`s.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
13 files changed:
runtimes/neurun/core/include/graph/Graph.h
runtimes/neurun/core/include/graph/LowerInfoMap.h
runtimes/neurun/core/include/model/Index.h
runtimes/neurun/core/include/model/operation/SubgraphContext.h
runtimes/neurun/core/src/compiler/Compiler.cc
runtimes/neurun/core/src/exec/DataflowExecutor.cc
runtimes/neurun/core/src/exec/DataflowExecutor.h
runtimes/neurun/core/src/exec/Job.cc
runtimes/neurun/core/src/exec/Job.h
runtimes/neurun/core/src/graph/Graph.cc
runtimes/neurun/core/src/linear/Linear.cc
runtimes/neurun/core/src/linear/Linear.h
runtimes/neurun/core/src/model/operation/SubgraphContext.cc