add InputLayer for Net input
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 16 Oct 2015 23:44:23 +0000 (16:44 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 25 Feb 2016 21:06:24 +0000 (13:06 -0800)
commit00598ca84e2611cf3bbd363d4920796ce1517ff2
tree9d19edd839d5ad254d2875dd44c9c5e158a06bff
parentfe0f44112a153377ff4c418adefc8c690b872c37
add InputLayer for Net input

Create an input layer to replace oddball Net `input` fields.
include/caffe/layers/input_layer.hpp [new file with mode: 0644]
src/caffe/layers/input_layer.cpp [new file with mode: 0644]
src/caffe/proto/caffe.proto