aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2019-08-05 14:56:57 +0100
committerGiorgio Arena <giorgio.arena@arm.com>2019-08-05 15:05:27 +0000
commitdfa533162bbdbb513da75ab0e0a7718ac31a24d0 (patch)
tree98ecba4fa3c0eda07e5102aab64efc6730b7d28b
parent51826a4f1397a7127a1043a191f84355f0feb034 (diff)
downloadComputeLibrary-dfa533162bbdbb513da75ab0e0a7718ac31a24d0.tar.gz
COMPMID-2544 Add deprecation note to DepthwiseSeparableConvolutionLayer for CL/NEON
Change-Id: I18b8c98fc097b9bd1f3b43c19b783c53eaea00ce Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-on: https://review.mlplatform.org/c/1693 Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h4
-rw-r--r--arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h
index a43461048a..6c5ad5a598 100644
--- a/arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h
+++ b/arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -42,6 +42,8 @@ class ICLTensor;
* -# @ref CLDepthwiseConvolutionLayer
* -# @ref CLDirectConvolutionLayer
*
+ * @deprecated This function is deprecated and will be removed in release 19.11
+ *
*/
class CLDepthwiseSeparableConvolutionLayer : public IFunction
{
diff --git a/arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h b/arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h
index 1281238be9..665ce0157a 100644
--- a/arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEDepthwiseSeparableConvolutionLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -41,6 +41,8 @@ class ITensor;
* -# @ref NEDepthwiseConvolutionLayer
* -# @ref NEDirectConvolutionLayer
*
+ * @deprecated This function is deprecated and will be removed in release 19.11
+ *
*/
class NEDepthwiseSeparableConvolutionLayer : public IFunction
{