Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dsimple_philox.cc32 uint32 SimplePhilox::Skewed(int max_log) { in Skewed() argument
33 CHECK(0 <= max_log && max_log <= 32); in Skewed()
34 const int shift = Rand32() % (max_log + 1); in Skewed()
Dsimple_philox.h67 uint32 Skewed(int max_log);