aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/NormalizePlanarYUVLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/NormalizePlanarYUVLayer.h')
-rw-r--r--tests/validation/reference/NormalizePlanarYUVLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/reference/NormalizePlanarYUVLayer.h b/tests/validation/reference/NormalizePlanarYUVLayer.h
index c8740a383b..41ce48630c 100644
--- a/tests/validation/reference/NormalizePlanarYUVLayer.h
+++ b/tests/validation/reference/NormalizePlanarYUVLayer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -36,7 +36,7 @@ namespace validation
namespace reference
{
template <typename T, typename std::enable_if<is_floating_point<T>::value, int>::type * = nullptr>
-SimpleTensor<T> normalize_planar_yuv_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, const SimpleTensor<T> &sd);
+SimpleTensor<T> normalize_planar_yuv_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, const SimpleTensor<T> &std);
} // namespace reference
} // namespace validation
} // namespace test