Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dsimple_philox.cc29 return ExactUniformInt<uint64>(n, [this]() { return Rand64(); }); in Uniform64()
Dsimple_philox.h39 PHILOX_DEVICE_INLINE uint64 Rand64() { in Rand64() function