From 8c571692a8236be8605a753e231d240094428be5 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 5 Apr 2019 11:29:52 +0100 Subject: COMPMID-2062 Rework CL ConcatenateLayer Change-Id: I5a60cd0e822b8912132a6785057921bbf6ef8f7f Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/951 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h') diff --git a/arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h b/arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h index 55b65dadc4..a87ec3094c 100644 --- a/arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h +++ b/arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -41,6 +41,8 @@ namespace arm_compute class ICLTensor; /** Basic function to execute concatenate tensors along x axis. This function calls the following kernel: + * + * @deprecated This function is deprecated and will be removed in release 19.08 * * -# @ref CLWidthConcatenateLayerKernel * -# @ref CLWidthConcatenate2TensorsKernel (if there are exactly 2 input tensors) -- cgit v1.2.1