aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-06-15 16:50:35 +0100
committerManuel Bottini <manuel.bottini@arm.com>2020-07-01 09:17:36 +0000
commitf2c714b244d0cdd8c38816bcc6b9e7eb3be7ee66 (patch)
treeccc953def7bcf52ddefd34afb87cd25152a72320 /arm_compute/runtime/NEON/functions/NENormalizationLayer.h
parentf94c674a446d688aa4091e22402b3a7dc9cc5cc5 (diff)
downloadComputeLibrary-f2c714b244d0cdd8c38816bcc6b9e7eb3be7ee66.tar.gz
COMPMID-3153: Remove padding from NENormalizationLayerKernel
Change-Id: Ib84308ea18bfa31ffbc3269a1f005d7d302139f7 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3350 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NENormalizationLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NENormalizationLayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/runtime/NEON/functions/NENormalizationLayer.h b/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
index af34147bfe..8683e44d3c 100644
--- a/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
+++ b/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -78,7 +78,6 @@ private:
MemoryGroup _memory_group; /**< Function memory group */
NENormalizationLayerKernel _norm_kernel; /**< Normalization layer kernel */
NEPixelWiseMultiplicationKernel _multiply_kernel; /**< Pixel multiplication kernel */
- NEFillBorderKernel _border_handler; /**< Kernel to handle borders */
Tensor _input_squared; /**< The intermediate buffer which stores results of squaring input */
};
}