Searched refs:float_to_half_rtne (Results 1 – 9 of 9) sorted by relevance
65 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC __half float_to_half_rtne(float ff);91 : half_impl::half_base(half_impl::float_to_half_rtne(static_cast<float>(val))) {} in half()93 : half_impl::half_base(half_impl::float_to_half_rtne(f)) {} in half()284 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()
145 return Eigen::half_impl::float_to_half_rtne(x);
223 Eigen::half_impl::float_to_half_rtne( in Eigen_float_to_half_rtne()
217 output[i] = Eigen::half_impl::float_to_half_rtne(input[i]).x; in Eigen_float_to_half_rtne()
337 float16_const_ = Eigen::half_impl::float_to_half_rtne(2.f); in SetUp()
36 return Eigen::half_impl::float_to_half_rtne(x); in operator ()()
518 return Eigen::half_impl::float_to_half_rtne(clamped); in QuantizeTensorFloat16()
269 const Eigen::half float16s[] = {Eigen::half_impl::float_to_half_rtne(-3.f), in TEST()270 Eigen::half_impl::float_to_half_rtne(-4.f)}; in TEST()