Add Caffe proto reader (#255)
authorDmitry Mozolev/AI Tools Lab/Engineer/삼성전자 <d.mozolev@samsung.com>
Tue, 29 May 2018 14:13:58 +0000 (17:13 +0300)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 29 May 2018 14:13:58 +0000 (17:13 +0300)
commitc78bb281998faab38362a5eacf6c7f6eb4f059a0
tree4b66adc2b0da24e2e946546bb5499e2ebf9df3df
parent3d85187dd62b30c64ab4e8ac3a03ecb7d90d43b6
Add Caffe proto reader (#255)

Add Caffe proto reader

Both reading from binary and from text files is supported.

Signed-off-by: Dmitry Mozolev <d.mozolev@samsung.com>
contrib/nnc/libs/frontend/CMakeLists.txt
contrib/nnc/libs/frontend/caffe/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/libs/frontend/caffe/include/proto_reader.h [new file with mode: 0644]
contrib/nnc/libs/frontend/caffe/src/proto_reader.cpp [new file with mode: 0644]