Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.h77 RngOutput UniformIntDistribution(XlaOp key, XlaOp initial_state,
Dprng.cc592 RngOutput UniformIntDistribution(XlaOp key, XlaOp initial_state, in UniformIntDistribution() function
/external/tensorflow/tensorflow/compiler/xla/service/
Drng_expander.cc105 result = UniformIntDistribution(key, state, generator, a_or_mean, in GetComputationForRng()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc98 return UniformIntDistribution( in StatelessRngUniform()
Dstateful_random_ops.cc80 return UniformIntDistribution(key, initial_state, BitGen(alg), minval, in StatefulRngUniform()
Dstateless_random_ops_v2.cc130 return UniformIntDistribution(key, counter, generator, minval, maxval, in StatelessRngUniformV2()