aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/python
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
* Modify docs under contrib/distributions to point to tfp.Gravatar Brian Patton2018-09-20
* Point VectorDiffeomixture to tf.linalg rather than tf.contrib.linalgGravatar Ian Langmore2018-09-14
* 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
* Merge pull request #20477 from wdirons:fix_inverse_in_matrix_inverse_tril_testGravatar TensorFlower Gardener2018-08-09
|\
* \ Merge pull request #21086 from taehoonlee:fix_typosGravatar TensorFlower Gardener2018-08-08
|\ \
* | | Add low and high as properties to quantized distribution.Gravatar Dustin Tran2018-07-26
| * | Fix typosGravatar Taehoon Lee2018-07-24
|/ /
* | Fix bug in masked_autoregressive_default_template where custom name was not c...Gravatar A. Unique TensorFlower2018-07-16
| * 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
* Replace distribution_util.assert_close with tf.assert_near.Gravatar A. Unique TensorFlower2018-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
* Move non-core Distributions and Bijectors to Tensorflow Probability (TFP), an...Gravatar A. Unique TensorFlower2018-06-12
* 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
* Remove tf_export decorator from contrib. tf_export decorators currently aren'tGravatar Anna R2018-06-04
* 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
* Clarify argument types and relationships in docstrings of statistical_testing...Gravatar A. Unique TensorFlower2018-05-29
* 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
* Use dict(locals()) instead of distribution_util.parent_frame_arguments. This ...Gravatar A. Unique TensorFlower2018-05-25
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* 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
* 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
* Add tests for broadcasting KL divergence calculations.Gravatar A. Unique TensorFlower2018-05-07
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Add snippet illustrating discretized logistic mixture for WaveNet.Gravatar Dustin Tran2018-04-30
* Fixing issue #13258. y is the square of Mahalanobis distance actually.Gravatar Yanping Huang2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-04-18