STT-tensorflow/tensorflow/python/kernel_tests/random
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
multinomial_op_big_test.py
multinomial_op_test.py
parameterized_truncated_normal_op_test.py Add StatelessParameterizedTruncatedNormal sampler. 2020-06-18 10:28:38 -07:00
random_binomial_test.py Adds a tf.random.stateless_binomial (stateless analogue to tf.random.Generator.binomial). 2020-02-05 14:07:38 -08:00
random_crop_test.py Add stateless_random_crop to tf.image API; it is a deterministic version of tf.image.random_crop. Given the same seed, stateless_random_crop guarantees the same results independent of how many times it is called, and independent of global seed settings. 2020-08-10 19:32:11 -07:00
random_gamma_test.py
random_grad_test.py
random_ops_test.py Enable passing TFRT test, testUniformIntsDegenerate. 2020-08-23 21:39:52 -07:00
random_poisson_test.py random_poisson(rate=+inf) should return +inf, not nan. 2020-10-07 15:45:04 -07:00
random_shuffle_queue_test.py Remove unnecessary eval() calls 2020-06-30 17:18:32 -07:00
stateless_random_ops_test.py Add GPU kernel for tf.random.stateless_gamma. 2021-01-15 03:01:47 -08:00
util.py