From 338b19559cf3f010d144687b2704777e12674c74 Mon Sep 17 00:00:00 2001 From: John Richardson Date: Thu, 24 Aug 2017 12:03:42 +0100 Subject: COMPMID-502: Move MeanStdDev to new validation Change-Id: I838dfccccaf65db7b9dc38cec20950e48445e474 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85358 Reviewed-by: Moritz Pflanzer Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/validation/ReferenceCPP.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/validation/ReferenceCPP.h') diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h index 96aade9705..fcc4da471d 100644 --- a/tests/validation/ReferenceCPP.h +++ b/tests/validation/ReferenceCPP.h @@ -94,13 +94,6 @@ public: * @param[out] max_count Number of maximum values found */ static void min_max_location(const RawTensor &src, void *min, void *max, IArray &min_loc, IArray &max_loc, uint32_t &min_count, uint32_t &max_count); - /** Function to compute the mean and standard deviation of a tensor. - * - * @param[in] src Input tensor. - * @param[out] mean Mean of the tensor. - * @param[out] std_dev Standard deviation of the tensor - */ - static void mean_and_standard_deviation(const RawTensor &src, float &mean, float &std_dev); /** Function to compute the integral image of a tensor. * * @param[in] src Input tensor. -- cgit v1.2.1