Introduce graphdump tool (#43)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 8 Mar 2018 00:57:23 +0000 (09:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Mar 2018 00:57:23 +0000 (09:57 +0900)
commit5642e7a5feffca9a34e4c56845eb120035de56e4
tree38becfbda3f602f099cd94623af07b8edf19bcfd
parent9caffaf31737ca2b67ffcf4fc52cefdb38ae7414
Introduce graphdump tool (#43)

This commit introduces graphdump tool that shows the content of saved
models(.pb) in text.

Note that decode.sh under tools/graphdef already allows us to dump
the content of saved models, but this graphdump is introduced to test
tensorflow_graphdef library.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
externals/CMakeLists.txt
tools/CMakeLists.txt
tools/graphdump/CMakeLists.txt [new file with mode: 0644]
tools/graphdump/src/graphdump.cc [new file with mode: 0644]