aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLRemap.h
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-05-05 16:04:49 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-05-06 10:51:58 +0100
commitfe8b21de11516048e836074b251a547659ac3331 (patch)
treec76dba6c0c78ca2916dc78667c633b3dc9d87931 /arm_compute/runtime/CL/functions/CLRemap.h
parent7e9f34d219ae5dd3ddd5d26475f42aa02bcf010f (diff)
downloadComputeLibrary-fe8b21de11516048e836074b251a547659ac3331.tar.gz
Remove deprecated functions
- CLTuner deprecated functions will be removed in 21.08 - CLMap will not be deprecated anymore Partially resolve: COMPMID-4471 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I8fe4f93bf88a512017d433eeec1c025402a0ac24 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5580 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/CL/functions/CLRemap.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLRemap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLRemap.h b/arm_compute/runtime/CL/functions/CLRemap.h
index 39ee13b8d0..8466a79bb9 100644
--- a/arm_compute/runtime/CL/functions/CLRemap.h
+++ b/arm_compute/runtime/CL/functions/CLRemap.h
@@ -39,8 +39,6 @@ class ICLTensor;
* -# @ref CLFillBorderKernel (executed if border_mode == CONSTANT or border_mode == REPLICATE)
* -# @ref CLRemapKernel
*
- * @deprecated This function is deprecated and is intended to be removed in 21.05 release
- *
*/
class CLRemap : public ICLSimpleFunction
{