Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Drandom_distributions.h51 PHILOX_DEVICE_INLINE Int SignedAdd(Int a, typename std::make_unsigned<Int>::type b) { in SignedAdd() function
190 result[i] = SignedAdd(lo_, sample[i] % range_); in operator()
226 result[i] = SignedAdd(lo_, bits % range_); in operator()