From 583137cc60580023abfd9d05abf933e7e117e29f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 31 Aug 2017 18:12:42 +0100 Subject: COMPMID-417: Add support for floats in scale. Change-Id: I7d714ba13861509080a89817f54e9d32da83e970 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86026 Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/validation/Helpers.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index 5fdd57f7ba..7043f1ebdc 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -27,7 +27,6 @@ #include "arm_compute/core/Types.h" #include "arm_compute/core/Utils.h" #include "tests/Globals.h" -#include "tests/validation/half.h" #include #include @@ -45,7 +44,7 @@ struct is_floating_point : public std::is_floating_point }; template <> -struct is_floating_point : public std::true_type +struct is_floating_point : public std::true_type { }; -- cgit v1.2.1