Joseph Redmon
2016-07-19 9361292c429c0ba3400c31c7fa5d5e3d3cb6ab47
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);