Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Dphilox_random.h140 const uint32 count_lo = static_cast<uint32>(count); in Skip() local
143 counter_[0] += count_lo; in Skip()
144 if (counter_[0] < count_lo) { in Skip()