STT-tensorflow/tensorflow/python/kernel_tests/random
Mihai Maruseac d10c8b7495 Disable broken Windows test
PiperOrigin-RevId: 338264422
Change-Id: I2ed1171a820d021c3a7413e6e459cdee6db2ecfb
2020-10-21 10:49:39 -07:00
..
BUILD Disable broken Windows test 2020-10-21 10:49:39 -07: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 Internal change 2020-09-17 21:37:45 -07:00
util.py