[tfkit] Support encode (#3007)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 7 Feb 2019 07:57:12 +0000 (16:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 7 Feb 2019 07:57:12 +0000 (16:57 +0900)
commit964d3d1975ef6e3ad7dc2a30cc36cf49662a16a9
tree49626e84a483020f64d08cb519b6efe8cb18fc4f
parent8b9834e18d0279ed1f259d630697cb6e0b44869b
[tfkit] Support encode (#3007)

This commit extends tfkit with encode command which allows users to
convert a textual graph def into a binary form.

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