AlexeyAB
2018-01-11 89d0c46bb32a98416fb55a9c83c291dd0831c6cc
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);