use Blob directly instead of shared_ptr for PoolingLayer::max_idx_
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 1 Jul 2014 20:20:01 +0000 (13:20 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 20 Jul 2014 01:31:32 +0000 (18:31 -0700)
commit03544062c447019e5a86865ae6c3b12826211553
tree90d4127941abb083a7673fbf0362ecc6fcb37fda
parent40054a70cd6458e74ba8d42f80d3e534e9312a1d
use Blob directly instead of shared_ptr for PoolingLayer::max_idx_

Again, this is more uniform, and will simplify the implementation of
Reshape.
include/caffe/vision_layers.hpp
src/caffe/layers/pooling_layer.cpp
src/caffe/layers/pooling_layer.cu