From 1710133b05a9ed1fcc1cc68624c2ce0e09eae495 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 1 Jun 2020 12:07:50 +0100 Subject: COMPMID-2395: Add support for U8 datatype to CropResize on NEON Change-Id: Ia356b3545e01ccc98056951f3a20ed2712240dac Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3283 Tested-by: Arm Jenkins Reviewed-by: Sang-Hoon Park Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- tests/validation/reference/CropResize.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/validation/reference/CropResize.cpp') diff --git a/tests/validation/reference/CropResize.cpp b/tests/validation/reference/CropResize.cpp index 68ee4557fb..f1b49f6673 100644 --- a/tests/validation/reference/CropResize.cpp +++ b/tests/validation/reference/CropResize.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -193,6 +193,8 @@ template SimpleTensor crop_and_resize(const SimpleTensor &src, c Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value); template SimpleTensor crop_and_resize(const SimpleTensor &src, const SimpleTensor &boxes, SimpleTensor box_ind, Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value); +template SimpleTensor crop_and_resize(const SimpleTensor &src, const SimpleTensor &boxes, SimpleTensor box_ind, + Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value); } // namespace reference } // namespace validation } // namespace test -- cgit v1.2.1