AlexeyAB
2018-06-01 4cf4a89f05c671041c217a724fc9b4b026eb9de9
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);