AlexeyAB
2017-10-19 75e3936aa1ed86cc44eedbd891a270c0c3c9c328
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);