[dotdump] Show Subgraphs (#5128)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 3 May 2019 06:24:01 +0000 (15:24 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 3 May 2019 06:24:01 +0000 (15:24 +0900)
commitf100f88aa9cf8151ffc44f2c1b5b42fa23482634
treea2fcbaf68ceef89686c3d91f41dd19d9ff6ee199
parent7322b1e6d728322c60cedad6ec357333798ccfea
[dotdump] Show Subgraphs (#5128)

Show subgraphs using dot's subgraph(cluster) feature.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/include/graph/Graph.h
runtimes/neurun/core/src/dumper/dot/DotBuilder.cc
runtimes/neurun/core/src/dumper/dot/DotBuilder.h
runtimes/neurun/core/src/dumper/dot/DotDumper.cc
runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.cc [new file with mode: 0644]
runtimes/neurun/core/src/dumper/dot/DotSubgraphInfo.h [new file with mode: 0644]