aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
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.