
Go to the source code of this file.
Functions | |
| void | im2col_cpu (float *data_im, int channels, int height, int width, int ksize, int stride, int pad, float *data_col) |
| void im2col_cpu | ( | float * | data_im, |
| int | channels, | ||
| int | height, | ||
| int | width, | ||
| int | ksize, | ||
| int | stride, | ||
| int | pad, | ||
| float * | data_col | ||
| ) |