aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/python/kernel_tests
Commit message (Expand)AuthorAge
* Updating the V2 variables API.Gravatar Alexandre Passos2018-09-27
* Move the correlation matrix volumes computation for testing the LKJ distribut...Gravatar Alexey Radul2018-09-25
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-09-21
* Updating doc references to tf.distributions to point to tfp.distributions.Gravatar Brian Patton2018-09-20
* Point distributions code to tf.linalg rather than tf.contrib.linalgGravatar Ian Langmore2018-09-12
* contrib/distributions: Test cleanup.Gravatar Asim Shankar2018-08-23
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-22
* Move from deprecated self.test_session() to self.cached_session().Gravatar A. Unique TensorFlower2018-08-21
* Move from deprecated self.test_session() to self.session() when a graph is set.Gravatar A. Unique TensorFlower2018-08-21
* Add entropy method to Deterministic.Gravatar Dustin Tran2018-08-14
* Fix matrix_inverse_tril_test handling the inverse of 0Gravatar William D. Irons2018-07-02
* Replace unnecessary `()` in `run_in_graph_and_eager_modes()`.Gravatar Tom Hennigan2018-06-22
* Fix CholeskyOuterProduct to return scalar determinant with single matrix inputs.Gravatar A. Unique TensorFlower2018-06-20
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Disable large tests in fastbuild mode.Gravatar Gunhan Gulsoy2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Add `move_dimension` utility to move a single dimension within a Tensor.Gravatar A. Unique TensorFlower2018-06-11
* Add ScaleTriL Bijector to enable transformed distributions over PSD matrices.Gravatar A. Unique TensorFlower2018-06-07
* Add TransformDiagonal higher-order bijector to transform only the diagonal of...Gravatar A. Unique TensorFlower2018-06-07
* Add FillTriangular Bijector to create triangular matrices.Gravatar A. Unique TensorFlower2018-06-07
* Computing the volume of the set of correlation matrices with bounded determin...Gravatar A. Unique TensorFlower2018-06-04
* Add `tf.contrib.distributions.bijectors.MatrixInverseTriL`: Bijector that inv...Gravatar A. Unique TensorFlower2018-05-30
* Eliminate self.test_session in favor of self.evaluate in statistical_testing_...Gravatar A. Unique TensorFlower2018-05-29
* Generalize assert_true_mean_equal and assert_true_mean_equal_two_sample to as...Gravatar A. Unique TensorFlower2018-05-29
* Set the correct shape in transformed distribution.Gravatar A. Unique TensorFlower2018-05-23
* Enable `SeedStream` construction from other `SeedStream` instances.Gravatar Joshua V. Dillon2018-05-18
* Remove _USE_C_API staging in tests now that the C API is enabled by default.Gravatar Skye Wanderman-Milne2018-05-16
* Modify tf.contrib.distributions.BatchReshape to behave a bit more likeGravatar A. Unique TensorFlower2018-05-16
* Only use integer values for event_ndims.Gravatar A. Unique TensorFlower2018-05-08
* Add tests for broadcasting KL divergence calculations.Gravatar A. Unique TensorFlower2018-05-07
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-04-18
* Add softsign bijector.Gravatar A. Unique TensorFlower2018-04-12
* Speed up computing mean confidence intervals by avoiding tf.while_loop.Gravatar A. Unique TensorFlower2018-04-11
* BREAKING_CHANGE: Remove event_ndims in Bijector, and require `log_det_jacobia...Gravatar A. Unique TensorFlower2018-04-11
* Merge changes from github.Gravatar Michael Case2018-04-10
* Bug fix for statistical_testing:Gravatar A. Unique TensorFlower2018-04-10
* Define PRNG seeding style for new code in Distributions and TF Probability, w...Gravatar A. Unique TensorFlower2018-04-06
* Refine BatchReshape error messages.Gravatar Joshua V. Dillon2018-04-05
* BUGFIX: Detect when broadcasting is required and raise NotImplementedError.Gravatar Joshua V. Dillon2018-04-04
* BUGFIX: sample_stats.percentile: Fractions for interpolation were done inGravatar Ian Langmore2018-03-29
* Automated g4 rollback of changelist 190728742Gravatar A. Unique TensorFlower2018-03-29
* Add meta-distribution which reshapes batch dims.Gravatar Joshua V. Dillon2018-03-29
* Further speed up statistical_testing_test by breaking up DKWM test.Gravatar A. Unique TensorFlower2018-03-28
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-03-27
* Speed up statistical_testing_test by consolidating sess.run calls.Gravatar A. Unique TensorFlower2018-03-27
* BUGFIX: Fix failure-to-broadcast in Wishart.sample.Gravatar Joshua V. Dillon2018-03-26
* Override `__str__` and `__repr__` in `tf.distributions.Distribution`.Gravatar Joshua V. Dillon2018-03-25