From dfa533162bbdbb513da75ab0e0a7718ac31a24d0 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Mon, 5 Aug 2019 14:56:57 +0100 Subject: COMPMID-2544 Add deprecation note to DepthwiseSeparableConvolutionLayer for CL/NEON Change-Id: I18b8c98fc097b9bd1f3b43c19b783c53eaea00ce Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/1693 Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- .../runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL/functions/CLDepthwiseSeparableConvolutionLayer.h') 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 { -- cgit v1.2.1