summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_im2col_kernel.cu
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove unnecessary CAFFE_TEST_CUDA_PROP declarationsJeff Donahue1-2/+0
2015-12-28add support for N-D dilated convolutionFisher Yu1-4/+5
2015-12-28add support for 2D dilated convolutionFisher Yu1-3/+14
2015-12-01dismantle layer headersEvan Shelhamer1-1/+1
2015-10-21Clean redundant/unnecessary headersKang Kim1-1/+0
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue1-4/+83
2015-05-26Make class Im2colKernelTest derive from GPUDeviceTestFelix Abecassis1-3/+1
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-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer1-6/+11
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-1/+0
2014-07-14Move test headers to include/.Jeff Donahue1-2/+1
2014-06-27Test for im2col kernelJames Thewlis1-0/+125