summaryrefslogtreecommitdiff
path: root/src/caffe/layers/conv_layer.cu
AgeCommit message (Expand)AuthorFilesLines
2015-05-27accumulate gradients in (de)conv layersJonathan L Long1-7/+0
2015-01-11rewrite ConvolutionLayer to use BaseConvolutionLayer helpersJonathan L Long1-94/+23
2014-10-10fix instantiationYangqing Jia1-1/+1
2014-09-19combine col_{data,diff} into single col_buff to halve memory usageEvan Shelhamer1-15/+15
2014-09-19optimize 1x1 convolution for Network-in-Network style layersEvan Shelhamer1-12/+30
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-9/+9
2014-09-18[docs] comment ConvolutionLayerEvan Shelhamer1-3/+6
2014-09-07Repair crash in conv_layer due to weight pointer being NULL.J Yegerlehner1-0/+3
2014-08-13Generalize loss by allowing any top blob to be used as a loss in whichJeff Donahue1-2/+1
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-2/+2
2014-07-29fix GPU indexingEvan Shelhamer1-5/+5
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer1-4/+7
2014-07-19use Blob directly instead of shared_ptr for ConvolutionLayer::bias_multiplier_Jonathan L Long1-2/+2
2014-07-15Use Blobs instead of SyncedMemorys for the bias_multiplier_'s.Jeff Donahue1-2/+2
2014-07-15Make ConvolutionLayer and InnerProductLayer abide by param_propagate_down_Jeff Donahue1-33/+45
2014-07-03replace all memset with caffe_set() / caffe_gpu_set()Evan Shelhamer1-4/+2
2014-07-03ConvolutionLayer can take N bottom blobs and N top blobsJeff Donahue1-60/+64
2014-06-26change Backward interface: propagate_down is a vector -- use to fixJeff Donahue1-2/+2
2014-03-27some cleanup - lowercase layer class member variable namesJeff Donahue1-14/+14
2014-03-27changes to layers etc to make 'make all' run successfully under newJeff Donahue1-2/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19change specification of forward/backward function and fix layerJeff Donahue1-3/+3
2014-02-26Splitting source files between CUDA and CPU code.Eric Tzeng1-0/+104