add CropLayer: crop blob to another blob's dimensions with offsets
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 27 Dec 2014 09:44:36 +0000 (01:44 -0800)
committermax argus <argus.max@gmail.com>
Sat, 5 Mar 2016 14:59:51 +0000 (14:59 +0000)
commit64e78bdc76b8cabdf4282506438ab2d7f321adf3
tree2a921fd5b6934263de0fdd640c0904c261bce3c8
parent6a0b98768d4745714e31949b87382ff562be6724
add CropLayer: crop blob to another blob's dimensions with offsets

configure offset(s) through proto definition.
include/caffe/layers/crop_layer.hpp [new file with mode: 0644]
src/caffe/layers/crop_layer.cpp [new file with mode: 0644]
src/caffe/layers/crop_layer.cu [new file with mode: 0644]
src/caffe/proto/caffe.proto