AlexeyAB
2016-12-13 6f8e2d40c43bb8759c3f68e28ad9db365c9e960f
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);