Home
last modified time | relevance | path

Searched defs:half2float_impl (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/include/half/
Dhalf.hpp746 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
/external/armnn/third-party/half/
Dhalf.hpp746 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