From 935deee193c1a7597e358ebbe50a9aeff14dcb3d Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Wed, 14 Jun 2017 13:40:36 +0100 Subject: COMPMID-378 CLMinMaxLocation testing completed. Change-Id: I3d35544fab22ab2aa99d9250db3df2f88af8196c Reviewed-on: http://mpd-gerrit.cambridge.arm.com/77670 Tested-by: Kaizen Reviewed-by: Steven Niu --- tests/validation/Reference.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/validation/Reference.h') diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h index 259afd19cd..c540ec48a1 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -72,7 +72,8 @@ public: * * @return Computed minimum, maximum values and their locations. */ - static void compute_reference_min_max_location(const TensorShape &shape, DataType dt_in, int32_t &min, int32_t &max, Coordinates2DArray &min_loc, Coordinates2DArray &max_loc, uint32_t &min_count, + static void compute_reference_min_max_location(const TensorShape &shape, DataType dt_in, int32_t &min, int32_t &max, IArray &min_loc, IArray &max_loc, + uint32_t &min_count, uint32_t &max_count); /** Compute reference mean and standard deviation. * -- cgit v1.2.1