aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
diff options
context:
space:
mode:
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 */
};
}