[tfkit] Initial commit (#3004)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 7 Feb 2019 06:28:18 +0000 (15:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 7 Feb 2019 06:28:18 +0000 (15:28 +0900)
commit8b9834e18d0279ed1f259d630697cb6e0b44869b
tree08c42a07304863f60ffbf7f47ff086be91d82eb7
parent47f2223b68a77b04dab7ebf191fb45fdcb4ae00f
[tfkit] Initial commit (#3004)

This commit introduces tfkit which allows users to inspect tensorflow
graphdef files (.pb) with command-line interface.

The current implementation includes only "decode" command.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/tfkit/.FORMATCHECKED [new file with mode: 0644]
contrib/tfkit/CMakeLists.txt [new file with mode: 0644]
contrib/tfkit/src/DecodeCommand.cpp [new file with mode: 0644]
contrib/tfkit/src/DecodeCommand.hpp [new file with mode: 0644]
contrib/tfkit/src/Main.cpp [new file with mode: 0644]