Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp454 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function
574 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function
632 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp456 template<std::float_round_style R> uint16 float2half_impl(float value, true_type) in float2half_impl() function
576 template<std::float_round_style R> uint16 float2half_impl(double value, true_type) in float2half_impl() function
634 template<std::float_round_style R,typename T> uint16 float2half_impl(T value, ...) in float2half_impl() function