From b8a2ff9c06b16018c030b93e355f703fad3394da Mon Sep 17 00:00:00 2001 From: liuruilong Date: Tue, 3 Jul 2018 18:11:05 +0800 Subject: [PATCH] format files --- src/operators/math/pooling.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/operators/math/pooling.cpp b/src/operators/math/pooling.cpp index 91e1f9df7d..5744307f33 100644 --- a/src/operators/math/pooling.cpp +++ b/src/operators/math/pooling.cpp @@ -58,7 +58,8 @@ class PoolFunctor { for (int i = 0; i < batch_size; i++) { // - // // #pragma omp parallel for + // // + // #pragma omp parallel for for (int c = 0; c < output_channels; ++c) { for (int ph = 0; ph < output_height; ++ph) { int hstart = ph * stride_height - padding_height; -- GitLab