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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/NormalizePlanarYUVLayer.h b/tests/validation/reference/NormalizePlanarYUVLayer.h
index 41ce48630c..95488f9122 100644
--- a/tests/validation/reference/NormalizePlanarYUVLayer.h
+++ b/tests/validation/reference/NormalizePlanarYUVLayer.h
@@ -35,7 +35,7 @@ namespace validation
{
namespace reference
{
-template <typename T, typename std::enable_if<is_floating_point<T>::value, int>::type * = nullptr>
+template <typename T>
SimpleTensor<T> normalize_planar_yuv_layer(const SimpleTensor<T> &src, const SimpleTensor<T> &mean, const SimpleTensor<T> &std);
} // namespace reference
} // namespace validation