Unify graphdef and graphdump (#453)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 6 Apr 2018 02:15:10 +0000 (11:15 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Fri, 6 Apr 2018 02:15:10 +0000 (11:15 +0900)
commitc83372bffafb240595c579c256a0f91b664d1289
tree10ea7a2100ecc29e8b49ced967887ba254d94421
parent9ee25fd358bfc051c54eda7bec8802dd184c4afc
Unify graphdef and graphdump (#453)

This commit unifies graphdef and graphdump projects into tf_model_tools
(to make it easy to understand what they are).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
tools/CMakeLists.txt
tools/graphdump/CMakeLists.txt [deleted file]
tools/tf_model_tools/CMakeLists.txt [new file with mode: 0644]
tools/tf_model_tools/scripts/README.md [moved from tools/graphdef/README.md with 100% similarity]
tools/tf_model_tools/scripts/decode.sh [moved from tools/graphdef/decode.sh with 77% similarity]
tools/tf_model_tools/scripts/encode.sh [moved from tools/graphdef/encode.sh with 77% similarity]
tools/tf_model_tools/tf_model_dump.cc [moved from tools/graphdump/src/graphdump.cc with 100% similarity]