Home
last modified time | relevance | path

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

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