summaryrefslogtreecommitdiff
path: root/src/caffe/util/im2col.cu
AgeCommit message (Expand)AuthorFilesLines
2015-12-28add support for N-D dilated convolutionFisher Yu1-54/+112
2015-12-28add support for 2D dilated convolutionFisher Yu1-38/+42
2015-10-21Clean redundant/unnecessary headersKang Kim1-3/+0
2015-09-19mark const im2col + col2im termsEvan Shelhamer1-14/+18
2015-09-19clarify im2col + col2im var namesEvan Shelhamer1-34/+35
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue1-1/+305
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-29fix GPU indexingEvan Shelhamer1-1/+2
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer1-39/+52
2014-07-03replace all memset with caffe_set() / caffe_gpu_set()Evan Shelhamer1-2/+0
2014-05-24Don't modify data pointers in im2col loopJames Thewlis1-5/+7
2014-05-19Don't modify index in im2col kernel loopJames Thewlis1-3/+3
2014-04-06fix im2col height/width bound check bug (issue #284 identified byJeff Donahue1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-18addd CUDA_KERNEL_LOOP macroblackball1-4/+2
2014-02-26cpplint.py -> cpp_lint.py and NOLINT_NEXTLINE -> NOLINT_NEXT_LINEJeff Donahue1-2/+2
2014-02-26fix most linter errorsJeff Donahue1-25/+34
2014-02-26unified to padding aware versionlinmin1-109/+4
2014-02-26implemented padding aware im2col and col2im functionslinmin1-0/+106
2013-10-10misc updateYangqing Jia1-1/+14
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-23pooling layerYangqing Jia1-2/+4
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+107