AlexeyAB
2018-05-28 1b7a1a0f33538c9544ad4bf693b4a4247a5548b8
src/im2col.h
@@ -7,7 +7,7 @@
#ifdef GPU
void im2col_ongpu(float *im, int offset,
void im2col_ongpu(float *im,
         int channels, int height, int width,
         int ksize, int stride, int pad,float *data_col);