[enco] Introduce ConvolutionSpec class (#1191)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 27 Aug 2018 09:51:17 +0000 (18:51 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 27 Aug 2018 09:51:17 +0000 (18:51 +0900)
commit29b4535aba0e12d1d8a51f7a0460ab07583d701c
tree19a90a50ef00412b3f0b1e6d7294325ef7e390a2
parent6a436a8fbd1d8d79831a518b0e8962e3c00cd627
[enco] Introduce ConvolutionSpec class (#1191)

This commit introduces ConvolutionSpec class which allows us to infer
the shape of kernel and output feature map for a given shape of input
feature map.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/frontend/caffe/CMakeLists.txt
contrib/enco/frontend/caffe/src/ConvolutionSpec.cpp [new file with mode: 0644]
contrib/enco/frontend/caffe/src/ConvolutionSpec.h [new file with mode: 0644]
contrib/enco/frontend/caffe/src/ConvolutionSpec.test.cpp [new file with mode: 0644]