From 39b828e9b1ed3e705befc4cc3b92dbd6e6631207 Mon Sep 17 00:00:00 2001 From: HappyAngel Date: Wed, 22 Jul 2020 19:24:57 +0800 Subject: [PATCH] test=develop --- lite/backends/arm/math/activation.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lite/backends/arm/math/activation.h b/lite/backends/arm/math/activation.h index c4a002bbe7..ea2943d6a0 100644 --- a/lite/backends/arm/math/activation.h +++ b/lite/backends/arm/math/activation.h @@ -93,7 +93,6 @@ void act_thresholded_relu( template void act_elu(const T* din, T* dout, int size, float alpha, int threads); - } // namespace math } // namespace arm } // namespace lite -- GitLab