aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/ReferenceCPP.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/ReferenceCPP.h')
-rw-r--r--tests/validation/ReferenceCPP.h7
1 files changed, 0 insertions, 7 deletions
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<Coordinates2D> &min_loc, IArray<Coordinates2D> &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.