Introduce Subgraph as Node (#4373)
author김용섭/On-Device Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 7 Feb 2019 07:46:00 +0000 (16:46 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 7 Feb 2019 07:46:00 +0000 (16:46 +0900)
commit09ffda8e55ab946d07dee8337f90cfddce6c86c1
tree7c9700fa572b8ceb25c688c561d440cd1784657e
parent3a59b7c8ee61547c538dfb08670b3ed8dc730456
Introduce Subgraph as Node (#4373)

* Introduce Subgraph as Node

Introduce Subgraph as Node. This Subgraph would be handled as extrordinay
Node so that running such as group could be possible.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* Remove unnecessary header

* Change addOperation name and index of Element of Subgraph
runtimes/neurun/src/backend/interface/IStageGenerator.h
runtimes/neurun/src/model/operation/NodeVisitor.h
runtimes/neurun/src/model/operation/Subgraph.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/Subgraph.h [new file with mode: 0644]