Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h40 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x);
115 result[i] = Uint16ToGfloat16(sample[i]); in operator()
682 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x) { in Uint16ToGfloat16() function