aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEFillBorder.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2021-01-20 16:41:12 +0000
committerMichalis Spyrou <michalis.spyrou@arm.com>2021-02-09 18:25:46 +0000
commit373b407558f99eb4bba632c170d03d807941dd2a (patch)
tree448bb0225fa8b5fdfa48ddee973ec0b51a115f44 /arm_compute/runtime/NEON/functions/NEFillBorder.h
parent4841c97170b85be0706b65d424e967e561cef932 (diff)
downloadComputeLibrary-373b407558f99eb4bba632c170d03d807941dd2a.tar.gz
Make Softmax kernels and operator stateless
COMPMID-3997 Change-Id: I3a3cc76d8247dd769d9a5e6e171d718ea909312c Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4986 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEFillBorder.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEFillBorder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEFillBorder.h b/arm_compute/runtime/NEON/functions/NEFillBorder.h
index e9a08ef7ec..8a8a0c7dc2 100644
--- a/arm_compute/runtime/NEON/functions/NEFillBorder.h
+++ b/arm_compute/runtime/NEON/functions/NEFillBorder.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2020 Arm Limited.
+ * Copyright (c) 2016-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -39,6 +39,7 @@ class NEFillBorderKernel;
class NEFillBorder : public IFunction
{
public:
+ NEFillBorder();
/** Initialize the function's source, destination and border_mode.
*
* @note This function fills the borders within the XY-planes.