Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Drandom_distributions.h36 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x);
89 result[i] = Uint16ToHalf(sample[i]); // Truncate the upper 16 bits. in operator()
662 PHILOX_DEVICE_INLINE Eigen::half Uint16ToHalf(uint16 x) { in Uint16ToHalf() function