From 0beadb8234b03d86c300a9ed3234fa595ea41b17 Mon Sep 17 00:00:00 2001 From: morgolock Date: Thu, 19 Nov 2020 10:07:14 +0000 Subject: COMPMID-3984: Deprecate GLES functions. Change-Id: I6f58c56d24e12f5691aec2376ad8d4bed064473b Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4163 Reviewed-by: SiCong Li Tested-by: Gian Marco Iodice --- .../runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h') diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h index d6bc6eec3d..75b4cdc628 100644 --- a/arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h +++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCBatchNormalizationLayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 Arm Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -38,6 +38,8 @@ class IGCTensor; * Batch normalization is calculated by: * @f[ out_i = \gamma * (\frac{in_i - \mu_{B}}{\sqrt{\sigma^2_{B} + \epsilon}}) + \beta \equiv BN_{\gamma,\beta}(in_i) @f] * + * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * */ class GCBatchNormalizationLayer : public IFunction { -- cgit v1.2.1