Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h52 PHILOX_DEVICE_INLINE Int SignedAdd(Int a, typename std::make_unsigned<Int>::type b) { in SignedAdd() function
191 result[i] = SignedAdd(lo_, sample[i] % range_); in operator()
227 result[i] = SignedAdd(lo_, bits % range_); in operator()