use Blob directly instead of shared_ptr for ConvolutionLayer::bias_multiplier_
authorJonathan L Long <jonlong@cs.berkeley.edu>
Tue, 1 Jul 2014 06:11:11 +0000 (23:11 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sun, 20 Jul 2014 01:31:32 +0000 (18:31 -0700)
commit00ecb24ce011b7c06416cb2a6279526856df8a8f
treedcef7efbcc794f73d2b2dfdee54d2b751bfed380
parent61bd7ea32470684201b0a8a9d3edea14edb302f2
use Blob directly instead of shared_ptr for ConvolutionLayer::bias_multiplier_

This will make layer reshaping easier and more uniform, and is
consistent with col_buffer_.
include/caffe/vision_layers.hpp
src/caffe/layers/conv_layer.cpp
src/caffe/layers/conv_layer.cu