aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NECropKernel.h
diff options
context:
space:
mode:
authoralerah01 <alex.rahlis@arm.com>2021-11-24 17:21:43 +0200
committerAlex Rahlis <alex.rahlis@arm.com>2021-12-22 10:30:44 +0000
commit2761993cdb5b2f9bb1ca50dc6d803b3f4c4b0f14 (patch)
tree8581aff0b5f1df79a07071e960144fefd2e3d55a /src/core/NEON/kernels/NECropKernel.h
parent3229171402dcb9a63d63380865ba18477b81ff89 (diff)
downloadComputeLibrary-2761993cdb5b2f9bb1ca50dc6d803b3f4c4b0f14.tar.gz
Crop Kernel Decoupling
Change-Id: I1f39ba6a255847f4d21837a3dce4f867322203e6 Signed-off-by: alerah01 <alex.rahlis@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6799 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Diffstat (limited to 'src/core/NEON/kernels/NECropKernel.h')
-rw-r--r--src/core/NEON/kernels/NECropKernel.h4
1 files changed, 1 insertions, 3 deletions
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<uint32_t, 2> _rows_out_of_bounds;
/** The number of columns out of bounds at the start and end of output. */
std::array<uint32_t, 2> _cols_out_of_bounds;
-
- NECropKernel::InBoundsCropFunction *_in_bounds_crop_function;
};
} // namespace arm_compute
#endif /*ARM_COMPUTE_NEON_CROP_KERNEL_H */