[enco] Support simple convolution IR generation (#1194)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 28 Aug 2018 00:57:35 +0000 (09:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 28 Aug 2018 00:57:35 +0000 (09:57 +0900)
commit271c53c4f57adeb324a1d13dd6561c18b0a9cda7
tree419a8713df68d0fa9d117586805b3ea117f66683
parent899cc09e5591a0b46603fb75fa032f32a887f631
[enco] Support simple convolution IR generation (#1194)

With this commit, enco caffe frontend is now able to process convolution
layers that satisfy the following conditions:
- 2D convolution with no bias
- Padding is 0 for all the spatial axes
- Stride is 1 for all the spatial axes
- Dilation is 1 for all the spatial axes

Note that this commit does not pass kernel weight, yet.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/frontend/caffe/CMakeLists.txt
contrib/enco/frontend/caffe/src/Frontend.cpp