// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once // Set style to round to nearest #define HALF_ROUND_STYLE 1 #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