Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Drandom_distributions.h38 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x);
113 result[i] = Uint16ToGfloat16(sample[i]); in operator()
680 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x) { in Uint16ToGfloat16() function