summaryrefslogtreecommitdiff
path: root/src/caffe/util/im2col.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Performance related update of im2col() and col2im() functionsMariusz Moczala1-32/+61
2015-12-28add support for N-D dilated convolutionFisher Yu1-10/+11
2015-12-28add support for 2D dilated convolutionFisher Yu1-12/+22
2015-10-21Clean redundant/unnecessary headersKang Kim1-3/+0
2015-09-19mark const im2col + col2im termsEvan Shelhamer1-6/+6
2015-09-19harmonize the im2col_{cpu,gpu} assignmentEvan Shelhamer1-5/+3
2015-09-19clarify im2col + col2im var namesEvan Shelhamer1-36/+36
2015-09-18Im2col and Convolution layers support N spatial axesJeff Donahue1-0/+116
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-29fix GPU indexingEvan Shelhamer1-5/+5
2014-07-29im2col + convolve non-square filters, padding, and strideEvan Shelhamer1-27/+35
2014-07-03replace all memset with caffe_set() / caffe_gpu_set()Evan Shelhamer1-1/+2
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26fix most linter errorsJeff Donahue1-23/+24
2014-02-26unified to padding aware versionlinmin1-56/+2
2014-02-26implemented padding aware im2col and col2im functionslinmin1-0/+60
2013-09-23more cpplintYangqing Jia1-1/+1
2013-09-23copyright messageYangqing Jia1-0/+2
2013-09-22naming. I might regret it someday.Yangqing Jia1-0/+67