From d16a2d4f812eef7270df5cfbd1944259e510c400 Mon Sep 17 00:00:00 2001 From: RyanQin <2290243964@qq.com> Date: Thu, 21 Sep 2017 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?reduction=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bug --- src/layer/reduction.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layer/reduction.cpp b/src/layer/reduction.cpp index af950b869..489c2d22c 100644 --- a/src/layer/reduction.cpp +++ b/src/layer/reduction.cpp @@ -129,7 +129,7 @@ int Reduction::forward(const Mat& bottom_blob, Mat& top_blob) const float* outptr = top_blob; float sum = 0.f; - for (int i=0; i