summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_convolution_layer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-28add and improve tests for dilated convolution/im2colFisher Yu1-0/+115
2015-12-28add support for 2D dilated convolutionFisher Yu1-5/+9
2015-12-01dismantle layer headersEvan Shelhamer1-1/+5
2015-10-21Clean redundant/unnecessary headersKang Kim1-1/+0
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue1-72/+337
2015-05-26Make class CuDNNConvolutionLayerTest derive from GPUDeviceTestFelix Abecassis1-7/+2
2014-09-19optimize 1x1 convolution for Network-in-Network style layersEvan Shelhamer1-0/+45
2014-09-19drop out-of-date conv test commentsEvan Shelhamer1-4/+0
2014-09-19fix types of (Layer)SetUp, Reshape, Forward, and Backward callsJonathan L Long1-32/+32
2014-09-18test convolution by random weights for robustnessEvan Shelhamer1-18/+4
2014-09-18test convolution against explicit reference implementationEvan Shelhamer1-68/+149
2014-09-07strategize cuDNN convolutionEvan Shelhamer1-0/+291
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-1/+2
2014-07-29test non-square filters by separable convolution of Sobel operatorEvan Shelhamer1-0/+96
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-3/+0
2014-07-14Move test headers to include/.Jeff Donahue1-152/+33
2014-07-03ConvolutionLayer can take N bottom blobs and N top blobsJeff Donahue1-8/+52
2014-04-06separate CPU from GPU ConvolutionLayerTestsJeff Donahue1-14/+62
2014-04-06make height/width of input dims in conv layer tests more different toJeff Donahue1-3/+3
2014-03-27update tests for new proto format; now they compileJeff Donahue1-42/+56
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26make test_gradient_check_util methods use pointers for non-const inputsJeff Donahue1-8/+8
2014-02-26fix most linter errorsJeff Donahue1-8/+13
2013-10-31test convolution more thoroughlyYangqing Jia1-6/+30
2013-10-09misc updateYangqing Jia1-4/+12
2013-10-03caffe test convolutionYangqing Jia1-0/+24
2013-09-24data layer testingYangqing Jia1-1/+1
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+163