Alexey
2018-04-02 c3c6703b8bc5b769ec25fc26a5a1aff43bcb1939
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);