From 7f9145729c2a2b64a7aeb3806f7c3d21771fce94 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 14 Aug 2018 15:38:39 +0000
Subject: [PATCH] Another one fix for MSVS2017
---
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