[coco] Simple convolution network example (#763)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 1 Aug 2018 00:10:30 +0000 (09:10 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 1 Aug 2018 00:10:30 +0000 (09:10 +0900)
commit3d9b3ebb3461066d1be8fead70b87943e9e61fa5
tree5c081117c66d76fa52a0808ad7a6ab989aaacb1d
parent3335d2bec38dbfea4a6b5ea22932c70909ccbbec
[coco] Simple convolution network example (#763)

This commit adds a 'IR' test which checkes whether coco IR is
expressive enough to encode a simple convolution network.

This example assumes that NN is built with Caffe.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR.h [new file with mode: 0644]
contrib/coco/core/src/IR.test.cpp [new file with mode: 0644]