Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dsimple_philox.cc25 const int shift = Rand32() % (max_log + 1); in Skewed()
27 return Rand32() & mask; in Skewed()
Dsimple_philox.h36 PHILOX_DEVICE_INLINE uint32 Rand32() { return single_(); } in Rand32() function