Searched defs:half2float_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/include/half/ |
H A D | half.hpp | 746 inline float half2float_impl(uint16 value, float, true_type) in half2float_impl() function 904 inline double half2float_impl(uint16 value, double, true_type) in half2float_impl() function 927 template<typename T> T half2float_impl(uint16 value, T, ...) in half2float_impl() function
|
/aosp_15_r20/external/armnn/third-party/half/ |
H A D | half.hpp | 748 inline float half2float_impl(uint16 value, float, true_type) in half2float_impl() function 906 inline double half2float_impl(uint16 value, double, true_type) in half2float_impl() function 929 template<typename T> T half2float_impl(uint16 value, T, ...) in half2float_impl() function
|