[neurun] Graph : Introduce Graph (#2235)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 9 Aug 2018 06:16:08 +0000 (15:16 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 9 Aug 2018 06:16:08 +0000 (15:16 +0900)
commit734f12e8904e372c2ea447f1fea64d7eaf93885d
tree7b760b2d3713fef8a162c93a158c45322b5fa2f5
parentf175121228cf6b37c39860b90a5be51716d178c0
[neurun] Graph : Introduce Graph (#2235)

This commit introduces `neurun::graph::Graph` which represents our new
Graph IR. Note that nodes in the graph is operations.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/Graph.cc [new file with mode: 0644]
runtimes/neurun/src/graph/Graph.h [new file with mode: 0644]
runtimes/neurun/src/internal/Model.h
runtimes/neurun/test/Graph.cc [new file with mode: 0644]