Searched refs:ComputeSingleRound (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
H A Dphilox_random.h161 counter = ComputeSingleRound(counter, key);
163 counter = ComputeSingleRound(counter, key);
165 counter = ComputeSingleRound(counter, key);
167 counter = ComputeSingleRound(counter, key);
169 counter = ComputeSingleRound(counter, key);
171 counter = ComputeSingleRound(counter, key);
173 counter = ComputeSingleRound(counter, key);
175 counter = ComputeSingleRound(counter, key);
177 counter = ComputeSingleRound(counter, key);
179 counter = ComputeSingleRound(counte
220 PHILOX_DEVICE_INLINE static ResultType ComputeSingleRound( function in class:tensorflow::random::PhiloxRandom
[all...]

Completed in 478 milliseconds