History log of /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/independent_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
629e6d0c103f96061d42094e32f509f76436ba35 30-Oct-2017 Joshua V. Dillon <jvdillon@google.com> Bugfix: Make `tf.contrib.distributions.Independent` tests not flaky.

PiperOrigin-RevId: 173921378
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/independent_test.py
80374a7b47dddb591f711b6240ea0896fbe90d29 28-Oct-2017 Joshua V. Dillon <jvdillon@google.com> Breaking change: Rename `tf.contrib.distributions.Independent` parameter from
`reduce_batch_ndims` to `reinterpreted_batch_ndims`. Also change default;
`reinterpreted_batch_ndims` default has semantics of `tf.layers.flatten`, i.e.,
all batch dimensions except the first (batch axis 0) are interpretted as being
part of the event.

PiperOrigin-RevId: 173729585
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/independent_test.py
49483793695247f27332c7db0b9740e95a5de3db 21-Oct-2017 Joshua V. Dillon <jvdillon@google.com> Make `tf.contrib.distributions` quadrature family accept a `Tensor` for
`quadrature_grid_and_probs` argument.

PiperOrigin-RevId: 172950094
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/independent_test.py
6bdd6d5896c24d94337e875b21a98fefe3836f54 27-Sep-2017 Joshua V. Dillon <jvdillon@google.com> Add tf.contrib.distributions.Independent.
This distribution is useful when you have a collection of independent distributions
and you want to regard them as characterizing one "mega" distribution. For example, a collection of Bernoulli's (for each pixel) may be used to characterize a distribution over an image.

PiperOrigin-RevId: 170216177
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/independent_test.py