From 25a340f84cdecb2c15fde251e59cc1af48648031 Mon Sep 17 00:00:00 2001 From: Abe Mbise Date: Tue, 19 Dec 2017 13:00:58 +0000 Subject: COMPMID-578: Implement FAST corners for CL/NEON Change-Id: Ifa74e2bf05546de9a49aa185e22fba50438d8ad6 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113946 Tested-by: Jenkins Reviewed-by: Pablo Tello --- tests/validation/reference/NonMaximaSuppression.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/validation/reference/NonMaximaSuppression.cpp') diff --git a/tests/validation/reference/NonMaximaSuppression.cpp b/tests/validation/reference/NonMaximaSuppression.cpp index eab5cecfc8..34c6c07abc 100644 --- a/tests/validation/reference/NonMaximaSuppression.cpp +++ b/tests/validation/reference/NonMaximaSuppression.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -69,6 +69,7 @@ SimpleTensor non_maxima_suppression(const SimpleTensor &src, BorderMode bo } template SimpleTensor non_maxima_suppression(const SimpleTensor &src, BorderMode border_mode, float constant_border_value); +template SimpleTensor non_maxima_suppression(const SimpleTensor &src, BorderMode border_mode, uint8_t constant_border_value); } // namespace reference } // namespace validation } // namespace test -- cgit v1.2.1