From 2761993cdb5b2f9bb1ca50dc6d803b3f4c4b0f14 Mon Sep 17 00:00:00 2001 From: alerah01 Date: Wed, 24 Nov 2021 17:21:43 +0200 Subject: Crop Kernel Decoupling Change-Id: I1f39ba6a255847f4d21837a3dce4f867322203e6 Signed-off-by: alerah01 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6799 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Giorgio Arena --- src/core/NEON/kernels/NECropKernel.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/NEON/kernels/NECropKernel.h') diff --git a/src/core/NEON/kernels/NECropKernel.h b/src/core/NEON/kernels/NECropKernel.h index 742215e22b..6c989c1d2c 100644 --- a/src/core/NEON/kernels/NECropKernel.h +++ b/src/core/NEON/kernels/NECropKernel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 Arm Limited. + * Copyright (c) 2019-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -107,8 +107,6 @@ private: std::array _rows_out_of_bounds; /** The number of columns out of bounds at the start and end of output. */ std::array _cols_out_of_bounds; - - NECropKernel::InBoundsCropFunction *_in_bounds_crop_function; }; } // namespace arm_compute #endif /*ARM_COMPUTE_NEON_CROP_KERNEL_H */ -- cgit v1.2.1