Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
Im2col
./include/caffe/layers/im2col_layer.hpp
./src/caffe/layers/im2col_layer.cpp
./src/caffe/layers/im2col_layer.cu
Im2col
is a helper for doing the image-to-column transformation that you most
likely do not need to know about. This is used in Caffe’s original convolution
to do matrix multiplication by laying out all patches into a matrix.