Searched refs:float_to_half_rtne (Results 1 – 5 of 5) sorted by relevance
64 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC __half float_to_half_rtne(float ff);90 : half_impl::half_base(half_impl::float_to_half_rtne(static_cast<float>(val))) {} in half()92 : half_impl::half_base(half_impl::float_to_half_rtne(f)) {} in half()283 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC __half float_to_half_rtne(float ff) { in float_to_half_rtne() function
197 return Eigen::half_impl::float_to_half_rtne(c); in ConvertUToT()
175 return Eigen::half_impl::float_to_half_rtne(x);
37 return Eigen::half_impl::float_to_half_rtne(x); in operator ()()
1489 dst[i] = Eigen::half_impl::float_to_half_rtne(src[i]); in ConvertFP32ToFP16()