[neurun] Revise graph partitioning code (#4510)
author김용섭/On-Device Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Wed, 27 Feb 2019 07:17:54 +0000 (16:17 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 27 Feb 2019 07:17:54 +0000 (16:17 +0900)
commite4ae5c4662c375d39bd3866163ffdfe52c594996
tree7b2c0f20dcbfd7cbab47af964560489e05fd03a2
parent5d057eb725a94854ca05cd22739ab86803f5a931
[neurun] Revise graph partitioning code (#4510)

* [neurun] Revise graph partitioning code

- Move graph paritionining code from Linear to Graph.
- Handle Subgraphs as like LowerInfo until Execution

* Add skipped code to fix failed test

* Change the access specifier of partition method from public to private

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
runtimes/neurun/src/compiler/Compiler.cc
runtimes/neurun/src/exec/Executor.h
runtimes/neurun/src/exec/ExecutorBase.cc
runtimes/neurun/src/exec/ExecutorBase.h
runtimes/neurun/src/graph/Graph.cc
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/linear/Linear.cc
runtimes/neurun/src/linear/Linear.h