Rename SubgraphContext (#5679)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 18 Jul 2019 04:40:07 +0000 (13:40 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 18 Jul 2019 04:40:07 +0000 (13:40 +0900)
commit4431030fc41b8231504f98f447a2f0b62172b4d3
tree0c0e62e19dbb73fb52ab83e3ba7b5998046a17f0
parent6a6810680be431b876b1a2bb7c2b7813b96981b7
Rename SubgraphContext (#5679)

Rename `SubgraphContext` to `Subgraphs` so it follows the naming rule
like `Operations` and `Operands`. Variable name `subg_ctx` is also
replaced with `subgraphs`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
17 files changed:
runtimes/neurun/core/include/graph/Graph.h
runtimes/neurun/core/include/model/Subgraphs.h [moved from runtimes/neurun/core/include/model/SubgraphContext.h with 96% similarity]
runtimes/neurun/core/src/compiler/ExecutorFactory.cc
runtimes/neurun/core/src/dumper/dot/DotDumper.cc
runtimes/neurun/core/src/exec/DataflowExecutor.cc
runtimes/neurun/core/src/exec/DataflowExecutor.h
runtimes/neurun/core/src/exec/ExecutorBase.cc
runtimes/neurun/core/src/exec/ExecutorBase.h
runtimes/neurun/core/src/exec/LinearExecutor.h
runtimes/neurun/core/src/exec/ParallelExecutor.cc
runtimes/neurun/core/src/exec/ParallelExecutor.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
runtimes/neurun/core/src/model/Subgraphs.cc [moved from runtimes/neurun/core/src/model/SubgraphContext.cc with 74% similarity]