From 2a07e184f7b359d13aa6cacfdc6431f9b191ef0c Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 4 Aug 2017 18:20:27 +0100 Subject: COMPMID-363 Add Graph library support Change-Id: Ie841419bf65d0e06bdfe0bdd2d8d4e0bb3631e54 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87931 Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/validation_old/CL/FixedPoint/FixedPoint_QS8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation_old/CL/FixedPoint') diff --git a/tests/validation_old/CL/FixedPoint/FixedPoint_QS8.cpp b/tests/validation_old/CL/FixedPoint/FixedPoint_QS8.cpp index 3721fb51d7..4f7764c49b 100644 --- a/tests/validation_old/CL/FixedPoint/FixedPoint_QS8.cpp +++ b/tests/validation_old/CL/FixedPoint/FixedPoint_QS8.cpp @@ -22,13 +22,13 @@ * SOFTWARE. */ #include "CL/CLAccessor.h" -#include "TypePrinter.h" #include "Utils.h" #include "tests/AssetsLibrary.h" #include "tests/Globals.h" #include "tests/validation_old/Datasets.h" #include "tests/validation_old/Reference.h" #include "tests/validation_old/Validation.h" +#include "utils/TypePrinter.h" #include "arm_compute/core/CL/CLKernelLibrary.h" #include "arm_compute/core/CL/ICLKernel.h" -- cgit v1.2.1