AlexeyAB
2018-08-07 0a326e7afe3e690c0b4cb64bbd0ce4f0603a7d85
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);