[caffegen] Support 'encode' (#95)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Apr 2018 04:27:15 +0000 (13:27 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Apr 2018 04:27:15 +0000 (13:27 +0900)
commit09f190f5423bdb1ecfa6330abb3de5b937009bb0
tree037337b7e3bacf9089f4f121ec688ff4207ca2ff
parente95e4aa674ff9379aa4ae04577ca3005aed778ee
[caffegen] Support 'encode' (#95)

This commit implements 'encode' command which allows users to convert
prototxt (text format) to caffemodel (binary format).

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/caffegen/CMakeLists.txt
contrib/caffegen/src/Driver.cpp
contrib/caffegen/src/EncodeCommand.cpp [new file with mode: 0644]
contrib/caffegen/src/EncodeCommand.h [new file with mode: 0644]