aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/kernel_tests/distributions
Commit message (Expand)AuthorAge
* Re-enable the arithmetic optimizer by default in tests.Gravatar A. Unique TensorFlower2018-10-03
* Use xlogy in a few places in TFP to avoid NaN's for certain special cases.Gravatar A. Unique TensorFlower2018-10-02
* Override implementation of log survival for Exponential distribution to bette...Gravatar A. Unique TensorFlower2018-10-01
* Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
* contrib/distributions: Test code cleanupsGravatar Asim Shankar2018-09-04
* Remove reference cycles when constructing distribution objectsGravatar Allen Lavoie2018-09-04
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Merge pull request #20159 from luk-ai:cast-quantizedGravatar TensorFlower Gardener2018-07-24
|\
| * Cast: support casting to and from quantized typesGravatar Tristan Rice2018-07-06
|/
* Gamma distribution and the derived distributions (Beta, Dirichlet, Student's ...Gravatar A. Unique TensorFlower2018-06-22
* Reduce flakiness of tf.distributions tests by tweaking the tolerances.Gravatar A. Unique TensorFlower2018-06-22
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Update Eigen version to commit e5e305a158a029f5b5f837bf821411a51439a970.Gravatar A. Unique TensorFlower2018-06-21
* Run tests for tf.distributions.Gamma in both graph and eager modes.Gravatar A. Unique TensorFlower2018-06-21
* Disable guitar dirichlet_multinomial_test_gpuGravatar A. Unique TensorFlower2018-06-21
* Add tests for the reparameterization_type of tf.distributions.Gravatar A. Unique TensorFlower2018-06-21
* Disable flaky dirichlet_multinomial_test_gpuGravatar A. Unique TensorFlower2018-06-20
* Replace distribution_util.assert_close with tf.assert_near.Gravatar A. Unique TensorFlower2018-06-18
* Support non-static shape in `tf.distributions.Categorical`.Gravatar Christopher Suter2018-06-14
* Add `fill_triangular_inverse`, which flattens a triangular matrix in a way su...Gravatar Joshua V. Dillon2018-05-30
* KL divergence for two Dirichlet distributions.Gravatar A. Unique TensorFlower2018-05-30
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* Set the correct shape in transformed distribution.Gravatar A. Unique TensorFlower2018-05-23
* Test some distributions stuff in Eager as well as GraphGravatar Akshay Modi2018-05-17
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* BUGFIX: correctly propagate dtype in distributions.special_math.Gravatar Joshua V. Dillon2018-05-10
* Use distribution_util.arguments instead of locals. This fixes a bug in newer ...Gravatar A. Unique TensorFlower2018-05-10
* Only use integer values for event_ndims.Gravatar A. Unique TensorFlower2018-05-08
* Cleanup handling of non-Tensor valued event_ndims in Bijector.Gravatar Joshua V. Dillon2018-04-30
* BREAKING_CHANGE: Remove event_ndims in Bijector, and require `log_det_jacobia...Gravatar A. Unique TensorFlower2018-04-11
* BUG_FIX: Allow Uniform pdf to work on float64 inputs.Gravatar A. Unique TensorFlower2018-04-02
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Correct handling of dtype for Categorical sampling.Gravatar A. Unique TensorFlower2018-01-23
* Don't treat PlaceholderWithDefaults as constants.Gravatar Skye Wanderman-Milne2018-01-08
* prefer_static_* functions added to CORE/distributions/util.pyGravatar Ian Langmore2017-12-11
* BUGFIX: Call convert_to_tensor on input in fill_triangular. Also change useGravatar Ian Langmore2017-12-08
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Add `cross_entropy` and `kl_divergence` to `tf.distributions.Distribution`.Gravatar Joshua V. Dillon2017-12-01
* Merge changes from github.Gravatar Yifei Feng2017-11-22
* Automated g4 rollback of changelist 176615107Gravatar Yifei Feng2017-11-22
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Increase tolerance in flaky multinomial test.Gravatar Gunhan Gulsoy2017-11-10
* BUGFIX: special_math.ndtri didn't work with dynamic shapes. This was due to...Gravatar Ian Langmore2017-11-06
* Bugfix: Ensure tf.distributions.Multinomial doesn't underflow in log_prob.Gravatar A. Unique TensorFlower2017-10-06
* Add distribution utility functions: reduce_weighted_logsumexp,Gravatar Joshua V. Dillon2017-09-21
* BUILD dependency cleanups.Gravatar Peter Hawkins2017-08-07
* BUILD cleanupGravatar A. Unique TensorFlower2017-08-05
* Generalize categorical CDF broadcasting over argument.Gravatar A. Unique TensorFlower2017-07-20
* Sinh, ArcSinh, Cosh, LogCosh functions added to distributions/python/ops/trig.Gravatar Ian Langmore2017-06-23