From 44db7c36c8cf0fc608d3edc2ee0eb04428085218 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 22 Mar 2019 15:58:39 +0000 Subject: IVGCVSW-2832 Update CL pin to 2761c2f0b60175469e959982a25ff0abdca6c9ce * Removes data format check from NE and CL CopyLayerKernel to fix customer issue with Resnet v1 and v2 50 models failing to run * COMPMID-2075 Fix Segfault in NELSTM (2761c2f0b60175469e959982a25ff0abdca6c9ce) * Added include to include/armnn/Types.hpp to fix compile failure on CI !android-nn-driver:891 Change-Id: Icbe58b7e6d3276b0e983bdd1c004906b3d0a7a6e Signed-off-by: Jim Flynn --- include/armnn/Types.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index 32e2a6febc..bdddd37a1c 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -4,13 +4,11 @@ // #pragma once - -#include "BackendId.hpp" -#include "Exceptions.hpp" - #include #include #include +#include "BackendId.hpp" +#include "Exceptions.hpp" namespace armnn { -- cgit v1.2.1