From d9f1b0b16edeb59281355a855e18a8be343fc33c Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 08 Aug 2014 19:04:15 +0000
Subject: [PATCH] probably how maxpool layers should be

---
 src/mini_blas.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mini_blas.h b/src/mini_blas.h
index 95e924b..c80e6ad 100644
--- a/src/mini_blas.h
+++ b/src/mini_blas.h
@@ -25,7 +25,7 @@
         cl_mem C_gpu, int ldc);
 #endif
 
-void im2col_cpu(float* data_im,
+void im2col_cpu(float* data_im, const int batch,
     const int channels, const int height, const int width,
     const int ksize, const int stride, int pad, float* data_col);
 

--
Gitblit v1.10.0