AlexeyAB
2018-02-08 be90b8e8cb6bbf3951a5e185aa43ccfdd4a03f4d
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);