Alexey
2017-02-03 2fc5f6d46b089368d967b3e1ad6b2473b6dc970e
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);