aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/distributions
Commit message (Expand)AuthorAge
* Silence tf.distributions deprecation messages caused by internal global funct...Gravatar Pavel Sountsov2018-10-09
* Copy tf.distributions to tfp.distributions, and deprecate the tf.distribution...Gravatar A. Unique TensorFlower2018-10-02
* 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
* Add email comment explicitly authorizing distributions/special_math.py be rel...Gravatar Joshua V. Dillon2018-10-01
* Specify a preferred_dtype=self.dtype when converting Distribution methods' sa...Gravatar Brian Patton2018-09-26
* Allow callers to specify a preferred dtype when calling convert_to_tensor.Gravatar Brian Patton2018-09-24
* Non-injective bijectors should still support the fallback from ildj to -fldj ...Gravatar Brian Patton2018-09-24
* Move a couple more docs from tf.contrib -> tfpGravatar Brian Patton2018-09-24
* Updating doc references to tf.distributions to point to tfp.distributions.Gravatar Brian Patton2018-09-20
* Distributions should raise the original exception (log_prob not implemented) ...Gravatar Brian Patton2018-09-19
* Allow bijectors to handle scalar ILDJ implementations. This also fixes the Ba...Gravatar A. Unique TensorFlower2018-09-12
* Fix typos in the comment for the class Categorical.Gravatar A. Unique TensorFlower2018-09-11
* Remove reference cycles when constructing distribution objectsGravatar Allen Lavoie2018-09-04
* Merge branch 'master' into masterGravatar Jan Hünnemeyer2018-08-09
|\
| * Docstring grammar tweak.Gravatar A. Unique TensorFlower2018-07-02
* | Utilizing dict comprehensionGravatar Jan Horst Hünnemeyer2018-06-29
* | Remove unnecessary reparameterization_type specification for tf.distributions...Gravatar A. Unique TensorFlower2018-06-28
| * Remove unnecessary reparameterization_type specification for tf.distributions...Gravatar A. Unique TensorFlower2018-06-27
|/
* Gamma distribution and the derived distributions (Beta, Dirichlet, Student's ...Gravatar A. Unique TensorFlower2018-06-22
* Improvements in the documentation of tf.random_gamma, tf.random_poisson and t...Gravatar 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
* Eliminate nested try/catch's in Distribution._call_prob and friends. These ne...Gravatar Christopher Suter2018-06-05
* 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
* Use absolute indexing in `fill_triangular`.Gravatar Joshua V. Dillon2018-05-29
* Add note to bijector_impl.py explaining that `log_det_jacobian` is `log(*abs*...Gravatar A. Unique TensorFlower2018-05-29
* Use dict(locals()) instead of distribution_util.parent_frame_arguments. This ...Gravatar A. Unique TensorFlower2018-05-25
* Set the correct shape in transformed distribution.Gravatar A. Unique TensorFlower2018-05-23
* Fix broken link.Gravatar A. Unique TensorFlower2018-05-16
* Automated g4 rollback of changelist 195899829Gravatar Akshay Modi2018-05-10
* 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
* Removing remove_undocumented calls from tensorflow/python.Gravatar Anna R2018-04-25
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* distribution_util moved into its own BUILD target, so linear_operator can dep...Gravatar Ian Langmore2018-04-19
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-04-18
* Change assertions to use the tensor 'x' rather than 'x.op.name'. This enables...Gravatar A. Unique TensorFlower2018-04-12
* 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
* Automated g4 rollback of changelist 190728742Gravatar A. Unique TensorFlower2018-03-29
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-03-27
* Add description of shapes and a pointer to external tutorial notebook in `tf....Gravatar A. Unique TensorFlower2018-03-26
* Always cast `tf.distributions.Distribution` `_event_shape`, `_batch_shape`.Gravatar Joshua V. Dillon2018-03-25
* Override `__str__` and `__repr__` in `tf.distributions.Distribution`.Gravatar Joshua V. Dillon2018-03-25
* Merge changes from github.Gravatar Shanqing Cai2018-03-12