aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLRemap.h
diff options
context:
space:
mode:
authorFreddie Liardet <frederick.liardet@arm.com>2021-08-04 10:11:17 +0100
committerfrederick.liardet <frederick.liardet@arm.com>2021-08-04 16:16:11 +0000
commit3f74389bf771274162dc5e6fd87bbfa2d38ea667 (patch)
tree9431e4230905559dd5f7abf9729e6947cb28f79e /arm_compute/runtime/CL/functions/CLRemap.h
parent0f6ca4b83999ef00588fb713e25d5efe98936166 (diff)
downloadComputeLibrary-3f74389bf771274162dc5e6fd87bbfa2d38ea667.tar.gz
Remove 21.08 deprecated code
Also correct some deprecation macros Signed-off-by: Freddie Liardet <frederick.liardet@arm.com> Change-Id: Ib28d42571f55d7b01563a0877b92b8f3128831ba Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6036 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLRemap.h b/arm_compute/runtime/CL/functions/CLRemap.h
index 8322f7a8a9..ae75817d0e 100644
--- a/arm_compute/runtime/CL/functions/CLRemap.h
+++ b/arm_compute/runtime/CL/functions/CLRemap.h
@@ -68,7 +68,7 @@ public:
* @deprecated This function is deprecated and is intended to be removed in 22.02 release
*
*/
- ARM_COMPUTE_DEPRECATED_REL(22.02)
+ ARM_COMPUTE_DEPRECATED_REL(21.08)
void configure(const CLCompileContext &compile_context, ICLTensor *input, const ICLTensor *map_x, const ICLTensor *map_y, ICLTensor *output,
InterpolationPolicy policy, BorderMode border_mode, uint8_t constant_border_value = 0);
@@ -80,7 +80,7 @@ public:
* @deprecated This function is deprecated and is intended to be removed in 22.02 release
*
*/
- ARM_COMPUTE_DEPRECATED_REL(22.02)
+ ARM_COMPUTE_DEPRECATED_REL(21.08)
void configure(ICLTensor *input, const ICLTensor *map_x, const ICLTensor *map_y, ICLTensor *output,
InterpolationPolicy policy, BorderMode border_mode, uint8_t constant_border_value = 0);