Alexey
2017-08-02 ab1c5f9e57b4175f29a6ef39e7e68987d3e98704
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);