Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp2839 template<typename T,typename U> T half_cast(U arg) { return half_caster<T,U>::cast(arg); } in half_cast() function
2853 …template<typename T,std::float_round_style R,typename U> T half_cast(U arg) { return half_caster<T… in half_cast() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp2841 template<typename T,typename U> T half_cast(U arg) { return half_caster<T,U>::cast(arg); } in half_cast() function
2855 …template<typename T,std::float_round_style R,typename U> T half_cast(U arg) { return half_caster<T… in half_cast() function