From fa7bfe3412fb22dc1781cff021477e09eb47b685 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Wed, 15 Aug 2018 21:07:36 +0000
Subject: [PATCH] Update Readme.md

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

diff --git a/src/gemm.h b/src/gemm.h
index 62dbe30..1472cca 100644
--- a/src/gemm.h
+++ b/src/gemm.h
@@ -5,7 +5,7 @@
 #include <stddef.h>
 
 void convolution_2d(int w, int h, int ksize, int n, int c, int pad, int stride,
-    float *weights, float *input, float *output);
+    float *weights, float *input, float *output, float *mean);
 
 static inline void set_bit(unsigned char *const dst, size_t index) {
     size_t dst_i = index / 8;

--
Gitblit v1.10.0