// // Copyright © 2017 Arm Ltd. All rights reserved. // See LICENSE file in the project root for full license information. // #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