aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/random
Commit message (Expand)AuthorAge
* Make tf.random_uniform([0], maxval=0, dtype=tf.int32) not crashGravatar Geoffrey Irving2018-09-18
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* [TF] Add test cases to check that random ops are stateful.Gravatar Bixia Zheng2018-07-31
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Use PyLong_FromLongLong to convert 64-bit ints in SWIG code.Gravatar Skye Wanderman-Milne2018-06-20
* Derivative of tf.random_gamma with respect to the alpha parameter.Gravatar A. Unique TensorFlower2018-06-19
* Disable flaky random_ops_testGravatar Gunhan Gulsoy2018-06-17
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pyl...Gravatar Yifei Feng2018-02-06
* Add C0301 line-too-long error to pylint sanity check.Gravatar Yifei Feng2018-01-26
* Clear eager kernel cache when resetting random seed.Gravatar Alexandre Passos2018-01-05
* Add support for int32 output types to the Multinomial op.Gravatar Peter Hawkins2017-11-30
* Switch over python calls to RandomPoissonV2.Gravatar Dhananjay Nakrani2017-10-31
* Move random tests to a separate subdirectory.Gravatar A. Unique TensorFlower2017-10-18