[neurun] Relocate Dumper from codegen to graph (#2690)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Thu, 13 Sep 2018 02:27:46 +0000 (11:27 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 13 Sep 2018 02:27:46 +0000 (11:27 +0900)
commitfb6ed1e61a5e2a87f1162d25e52dbc9b0cd36b50
tree35c6510a744bb466b64ef346cffa63edc819554c
parent2cd3d5e87cf1e97fa0a64d33f9b2f7dc287d7dd2
[neurun] Relocate Dumper from codegen to graph (#2690)

* [neurun] Relocate Dumper from codegen to graph

Related : #2686

This commit relocates Dumper from codegen to graph.
Dumper does not match the meaning of code generation and introducing other dumpers such as `.dot dumper` later are also same.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* add dumper namespace
runtimes/neurun/src/frontend/wrapper/compilation.cc
runtimes/neurun/src/graph/dumper/Dumper.cc [moved from runtimes/neurun/src/codegen/Dumper.cc with 98% similarity]
runtimes/neurun/src/graph/dumper/Dumper.h [moved from runtimes/neurun/src/codegen/Dumper.h with 88% similarity]