aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorJohn Richardson <john.richardson@arm.com>2017-08-24 12:03:42 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit338b19559cf3f010d144687b2704777e12674c74 (patch)
tree01333de836a2fe6d6ac8f5b8624f99a220d03d67 /tests/validation/Reference.h
parentd59e5b0f8b7e06517017fb9b3bd1aeb8116b1794 (diff)
downloadComputeLibrary-338b19559cf3f010d144687b2704777e12674c74.tar.gz
COMPMID-502: Move MeanStdDev to new validation
Change-Id: I838dfccccaf65db7b9dc38cec20950e48445e474 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85358 Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index 430c42321f..698b60e96b 100644
--- a/tests/validation/Reference.h
+++ b/tests/validation/Reference.h
@@ -90,13 +90,6 @@ public:
static void compute_reference_min_max_location(const TensorShape &shape, DataType dt_in, void *min, void *max, IArray<Coordinates2D> &min_loc, IArray<Coordinates2D> &max_loc,
uint32_t &min_count,
uint32_t &max_count);
- /** Compute reference mean and standard deviation.
- *
- * @param[in] shape Shape of the input tensors.
- *
- * @return Computed mean and standard deviation.
- */
- static std::pair<float, float> compute_reference_mean_and_standard_deviation(const TensorShape &shape);
/** Compute reference integral image.
*
* @param[in] shape Shape of the input and output tensors.