Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Drandom_distributions.h38 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x);
114 result[i] = Uint16ToGfloat16(sample[i]); in operator()
688 PHILOX_DEVICE_INLINE bfloat16 Uint16ToGfloat16(uint16 x) { in Uint16ToGfloat16() function