aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLWidthConcatenateLayer.h4
1 files changed, 3 insertions, 1 deletions
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
*
@@ -42,6 +42,8 @@ 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)
* -# @ref CLWidthConcatenate4TensorsKernel (if there are exactly 4 input tensors)