pytorch/torch/distributions
Xiang Gao 20ac736200 Remove py2 compatible future imports (#44735)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44735

Reviewed By: mruberry

Differential Revision: D23731306

Pulled By: ezyang

fbshipit-source-id: 0ba009a99e475ddbe22981be8ac636f8a1c8b02f
2020-09-16 12:55:57 -07:00
..
__init__.py
bernoulli.py
beta.py
binomial.py [takeover] BTRS algorithm for fast/efficient binomial sampling (#36858) 2020-04-22 15:53:41 -07:00
categorical.py clamp Categorical logit from -inf to min_fifo when calculating entropy (#41002) 2020-07-14 16:21:12 -07:00
cauchy.py
chi2.py
constraint_registry.py Fix exception chaining in torch/ (#43836) 2020-08-31 20:26:23 -07:00
constraints.py
continuous_bernoulli.py
dirichlet.py
distribution.py
exp_family.py
exponential.py
fishersnedecor.py
gamma.py
geometric.py Check for internal memory overlap in some indexing-type functions (#43423) 2020-09-02 08:51:50 -07:00
gumbel.py
half_cauchy.py fix typo "normal" -> "Cauchy" (#40334) 2020-06-24 07:45:35 -07:00
half_normal.py
independent.py
kl.py [Distribution] Implement kl divergence for Cauchy distribution (#36477) 2020-04-20 13:27:11 -07:00
laplace.py Fix many doc issues (#37099) 2020-04-23 10:01:03 -07:00
log_normal.py
logistic_normal.py
lowrank_multivariate_normal.py Fix exception chaining in torch/ (#43836) 2020-08-31 20:26:23 -07:00
mixture_same_family.py
multinomial.py Check for internal memory overlap in some indexing-type functions (#43423) 2020-09-02 08:51:50 -07:00
multivariate_normal.py
negative_binomial.py
normal.py
one_hot_categorical.py
pareto.py
poisson.py
relaxed_bernoulli.py
relaxed_categorical.py
studentT.py
transformed_distribution.py
transforms.py [Update transforms.py]use build-in atanh in TanhTransform (#40160) 2020-06-30 21:38:22 -07:00
uniform.py
utils.py Replace torch.is_tensor usages with isinstance checks. (#38062) 2020-05-08 10:10:11 -07:00
von_mises.py Remove py2 compatible future imports (#44735) 2020-09-16 12:55:57 -07:00
weibull.py