History log of /external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4ada275eed7472ae32c67a1ec0b9b1dc8d80d1f0 30-Nov-2017 Joshua V. Dillon <jvdillon@google.com> Change `tf.contrib.distributions` docstring examples to use `tfd` alias rather than `ds`, `bs`.

PiperOrigin-RevId: 177381853
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
110dfa8953e7e9b625681744fde51f30ace2aecd 18-Oct-2017 Joshua V. Dillon <jvdillon@google.com> Bugfix: add `fill_triangular`, `reduce_weighted_logsumexp`, `tridiag` to
`tf.contrib.distributions.__init__`.

PiperOrigin-RevId: 172521590
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
23418e4317b9e2c4a5148368daec873592a0de9e 10-Oct-2017 Eugene Brevdo <ebrevdo@google.com> Move LinearOperator to tf.linalg (with backwards compatibility support in contrib.linalg.)

PiperOrigin-RevId: 171732711
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
bdf4dc38a218598e688679d8cd3c402de7b67f57 21-Sep-2017 Joshua V. Dillon <jvdillon@google.com> Add distribution utility functions: reduce_weighted_logsumexp,
fill_triangular, assign_log_moving_mean_exp.

PiperOrigin-RevId: 169548852
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
8f8855adc604333180bf57f11e00dc70e679974d 11-May-2017 Ian Langmore <langmore@google.com> Cleanup of a few things in distributions library. Noticed while putting
together change for MVNFullCovariance.

* Using assert_none_equal
* Removing redundant asserts in mvn_tril.

PiperOrigin-RevId: 155707155
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
3be35ada0ee4984d57aa3a1a887f778227ffc4c9 08-May-2017 Ian Langmore <langmore@google.com> VectorLaplaceDiag distribution added.
VectorLaplaceLinearOperator added but not exposed as part of API.
.det_covariance and .log_det_covariance removed from MVNLinOp
Some small docfix to MVN

PiperOrigin-RevId: 155417807
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
0db6371fd87bd9545a81a039258382d7151b309a 27-Apr-2017 Eugene Brevdo <ebrevdo@google.com> Initial move of tf.contrib.distributions to core:
* Move distribution_utils
* Move base distribution classes
* Move Bijector class
* Move a unit test just to establish the directory structure.
Change: 154426175
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
f2e3d41ba640931b60e2cba87ea4e823d4745905 02-Mar-2017 Ian Langmore <langmore@google.com> All distributions: Use init arg "name" for the name, rather than name_scope.
Using name_scope means self.name = the_initialization_name + "/", which makes
it hard to set a distribution name, then know what the name is later.
Change: 148995515
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
b4d475bf0966ac148f61d7f42bd9b46155bb04f6 13-Feb-2017 Joshua V. Dillon <jvdillon@google.com> Misc cleanups for style and consistency.
Change: 147297316
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py
b0f76d112be9190ac03f5b6083afb12aa6bdbc35 12-Feb-2017 Joshua V. Dillon <jvdillon@google.com> Move various MVNs into distinct files.
Change: 147257664
/external/tensorflow/tensorflow/contrib/distributions/python/ops/mvn_tril.py