Searched refs:has_enumerate_support (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributions/ | ||
H A D | independent.py | 79 def has_enumerate_support(self): member in Independent |
H A D | bernoulli.py | 41 has_enumerate_support = True variable in Bernoulli |
H A D | one_hot_categorical.py | 43 has_enumerate_support = True variable in OneHotCategorical |
H A D | categorical.py | 51 has_enumerate_support = True variable in Categorical |
H A D | binomial.py | 49 has_enumerate_support = True variable in Binomial |
H A D | distribution.py | 21 has_enumerate_support = False variable in Distribution |