aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/distributions/python/ops/binomial.py
Commit message (Expand)AuthorAge
* Move non-core Distributions and Bijectors to Tensorflow Probability (TFP), an...Gravatar A. Unique TensorFlower2018-06-12
* Use dict(locals()) instead of distribution_util.parent_frame_arguments. This ...Gravatar A. Unique TensorFlower2018-05-25
* Use distribution_util.arguments instead of locals. This fixes a bug in newer ...Gravatar A. Unique TensorFlower2018-05-10
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-04-18
* Automated g4 rollback of changelist 190728742Gravatar A. Unique TensorFlower2018-03-29
* Have TensorFlow Distributions share name scopes across method calls.Gravatar Dustin Tran2018-03-27
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* Fix bugs related to distributions over integers.Gravatar Joshua V. Dillon2017-06-22
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Initial move of tf.contrib.distributions to core:Gravatar Eugene Brevdo2017-04-27
* [TF distributions] Add Binomial CDF support.Gravatar Eugene Brevdo2017-04-03
* All distributions: Use init arg "name" for the name, rather than name_scope.Gravatar Ian Langmore2017-03-02
* Remove disribution.is_continuous property.Gravatar Eugene Brevdo2017-03-01
* Fix spelling errors.Gravatar Patrick Nguyen2017-02-27
* Add geometric distribution.Gravatar A. Unique TensorFlower2017-02-14
* Misc cleanups for style and consistency.Gravatar Joshua V. Dillon2017-02-12
* Move `pop("self")` logic into `Distribution` baseclass.Gravatar Joshua V. Dillon2017-01-31
* BREAKING CHANGE: Rename shape getters, e.g., "get_event_shape()" to "event_sh...Gravatar Joshua V. Dillon2017-01-31
* BREAKING CHANGE: Standardize "logits/probs" distribution arguments.Gravatar Joshua V. Dillon2017-01-27
* Change distributions is_reparameterized bool to reparameterization_type enum.Gravatar Eugene Brevdo2017-01-19
* BREAKING CHANGE: Rename instances of "std" to "stddev".Gravatar Joshua V. Dillon2017-01-19
* Add BroadcastShape op.Gravatar A. Unique TensorFlower2016-12-15
* Redefine `parameters` property to be the distribution construction arguments ...Gravatar A. Unique TensorFlower2016-10-20
* Fix logit generation to use tf.log in the case of multidimensional probabilit...Gravatar A. Unique TensorFlower2016-10-11
* Backwards-compatible updates to TF Distributions interface; mostlyGravatar Eugene Brevdo2016-09-28
* Favor speed on GPU over dynamic correctness checks in tf.contrib.distributions.Gravatar Eugene Brevdo2016-09-07
* Reuse top-level name scope amongst distribution methodsGravatar A. Unique TensorFlower2016-08-30
* Reduce subclass boilerplate by embracing duck-typing and adopting a "public-c...Gravatar A. Unique TensorFlower2016-08-26
* Use leading underscore python convention to suggest privacy (vs `__all__`).Gravatar A. Unique TensorFlower2016-08-16
* For static shape computations, use common_shapes.broadcast_shape..Gravatar A. Unique TensorFlower2016-08-11
* Deprecate op_scope by extending name_scope and move all callers to the new na...Gravatar Lukasz Kaiser2016-08-09
* Added Binomial and Multinomial distributions.Gravatar A. Unique TensorFlower2016-08-03