Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h36 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x);
90 result[i] = Uint16ToHalf(sample[i]); // Truncate the upper 16 bits. in operator()
670 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x) { in Uint16ToHalf() function