Home
last modified time | relevance | path

Searched refs:float_to_half_rtne (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h65 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
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h197 return Eigen::half_impl::float_to_half_rtne(c); in ConvertUToT()
Dreduction_gpu_kernels.cu.h145 return Eigen::half_impl::float_to_half_rtne(x);
/external/FP16/bench/
Dieee-element.cc223 Eigen::half_impl::float_to_half_rtne( in Eigen_float_to_half_rtne()
Dto-ieee-array.cc217 output[i] = Eigen::half_impl::float_to_half_rtne(input[i]).x; in Eigen_float_to_half_rtne()
/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test_util.cc337 float16_const_ = Eigen::half_impl::float_to_half_rtne(2.f); in SetUp()
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc36 return Eigen::half_impl::float_to_half_rtne(x); in operator ()()
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils.cc518 return Eigen::half_impl::float_to_half_rtne(clamped); in QuantizeTensorFloat16()
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc269 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()