From 616e775763280992de92287b129dc335be91a24c Mon Sep 17 00:00:00 2001 From: arovir01 Date: Mon, 1 Oct 2018 17:08:59 +0100 Subject: IVGCVSW-1913: Fix for ValidationTest.concat_float_3_relaxed * Added RefPermuteFloat16Workload to serve as a fallback when CL does not support the required permute configuration for FP16 * Move Half.hpp to armnnUtils as the utils library should not be including private header files from the armnn library Change-Id: Ibf0f698451e8406f7ed7cce470dab60b6d16361d --- src/armnn/Half.hpp | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/armnn/Half.hpp (limited to 'src/armnn/Half.hpp') diff --git a/src/armnn/Half.hpp b/src/armnn/Half.hpp deleted file mode 100644 index c4b47a3609..0000000000 --- a/src/armnn/Half.hpp +++ /dev/null @@ -1,35 +0,0 @@ -// -// Copyright © 2017 Arm Ltd. All rights reserved. -// SPDX-License-Identifier: MIT -// - -#pragma once - -#include -#include - -namespace armnn -{ - using Half = half_float::half; //import half float implementation -} //namespace armnn - - -namespace std -{ - -template<> -struct is_floating_point - : integral_constant< bool, true > -{}; - -template<> -struct is_floating_point - : integral_constant< bool, true > -{}; - -template<> -struct is_floating_point - : integral_constant< bool, true > -{}; - -} //namespace std \ No newline at end of file -- cgit v1.2.1