[enco] frontend/caffe: separate Input (#2541)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 7 Dec 2018 01:18:53 +0000 (10:18 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Dec 2018 01:18:53 +0000 (10:18 +0900)
commite37c4ecc7e21b45d931370aefe87d8aaf6032fa4
tree8ebf19c3f14b955b06fb912a60444218e196b5b8
parent915526fb54a5c5ed4132dc1cd3f762219493fe50
[enco] frontend/caffe: separate Input (#2541)

This will move Input layer handler to separate file.
And changes for related with registry updates.

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/enco/frontend/caffe/CMakeLists.txt
contrib/enco/frontend/caffe/src/Frontend.cpp
contrib/enco/frontend/caffe/src/GraphBuilderRegistry.cpp
contrib/enco/frontend/caffe/src/Op/Input.cpp [new file with mode: 0644]
contrib/enco/frontend/caffe/src/Op/Input.h [new file with mode: 0644]