split off Reshape for vision layers
authorJonathan L Long <jonlong@cs.berkeley.edu>
Thu, 11 Sep 2014 06:31:33 +0000 (23:31 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 18 Sep 2014 20:17:43 +0000 (13:17 -0700)
commit6c63b8ce0835590caf58abe155ad3cbeca476576
tree2e00cc5a10465608a610fd328f08964917f3ca02
parent07d6246adf02f8a9f674698b66ca3720c22e2443
split off Reshape for vision layers

Note that we are dropping some checks from LRN layer. However, these
checks are fairly redundant; something is very wrong if these layers
are producing top blobs that are different sizes than their inputs, and
tests are the right place to catch that. The thing that really should be
checked (that isn't) is that that local_size needs to be odd; this will
be added in a future commit.
include/caffe/vision_layers.hpp
src/caffe/layers/conv_layer.cpp
src/caffe/layers/cudnn_conv_layer.cpp
src/caffe/layers/cudnn_pooling_layer.cpp
src/caffe/layers/im2col_layer.cpp
src/caffe/layers/lrn_layer.cpp
src/caffe/layers/pooling_layer.cpp