Edmond Yoo
2018-09-06 c8b7dc4f215b89f821b3f242ccb2ada7f535efeb
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);