Home
last modified time | relevance | path

Searched defs:has_rsample (Results 1 – 25 of 28) sorted by relevance

12

/external/pytorch/torch/distributions/
Drelaxed_categorical.py41 has_rsample = True variable in ExpRelaxedCategorical
120 has_rsample = True variable in RelaxedOneHotCategorical
Dlogistic_normal.py36 has_rsample = True variable in LogisticNormal
Dfishersnedecor.py33 has_rsample = True variable in FisherSnedecor
Dlog_normal.py32 has_rsample = True variable in LogNormal
Dinverse_gamma.py38 has_rsample = True variable in InverseGamma
Dkumaraswamy.py45 has_rsample = True variable in Kumaraswamy
DstudentT.py38 has_rsample = True variable in StudentT
Dhalf_cauchy.py34 has_rsample = True variable in HalfCauchy
Dhalf_normal.py34 has_rsample = True variable in HalfNormal
Dcauchy.py35 has_rsample = True variable in Cauchy
Dtransformed_distribution.py130 def has_rsample(self): member in TransformedDistribution
Dlaplace.py31 has_rsample = True variable in Laplace
Duniform.py36 has_rsample = True variable in Uniform
Dbeta.py37 has_rsample = True variable in Beta
Dindependent.py75 def has_rsample(self): member in Independent
Dgamma.py40 has_rsample = True variable in Gamma
Dexponential.py30 has_rsample = True variable in Exponential
Dmixture_same_family.py55 has_rsample = False variable in MixtureSameFamily
Ddirichlet.py53 has_rsample = True variable in Dirichlet
Dmultivariate_normal.py130 has_rsample = True variable in MultivariateNormal
Dlowrank_multivariate_normal.py90 has_rsample = True variable in LowRankMultivariateNormal
Dnormal.py34 has_rsample = True variable in Normal
Dvon_mises.py126 has_rsample = False variable in VonMises
Done_hot_categorical.py127 has_rsample = True variable in OneHotCategoricalStraightThrough
Drelaxed_bernoulli.py132 has_rsample = True variable in RelaxedBernoulli

12