AlexeyAB
2017-10-01 d1a5905c61c12c86e4bf9e2b1174d00d8a16fb6e
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);