[neurun] Apply SubgraphContext(1 subgraph 1 node) (#5014)
author김용섭/On-Device Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 18 Apr 2019 02:02:42 +0000 (11:02 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 18 Apr 2019 02:02:42 +0000 (11:02 +0900)
commit6d2b8ef1cfd59f5cbda435d3c1298fb1e138ab00
treed32a711f76478d985b73cfd4d8cd7af85417a725
parent65a5cfec178410e0984f875293756c7ad5fbdb6e
[neurun] Apply SubgraphContext(1 subgraph 1 node) (#5014)

Apply SubgraphContext(1 subgraph 1 node) to Graph, Linear, Compiler and
{Dataflow|Linear}Executor

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
runtimes/neurun/core/include/graph/Graph.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/graph/Graph.cc
runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.cc
runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.cc
runtimes/neurun/core/src/linear/Linear.cc
runtimes/neurun/core/src/linear/Linear.h