Searched defs:enumerate_support (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributions/ | ||
H A D | independent.py | 117 def enumerate_support(self, expand=True): member in Independent |
H A D | categorical.py | 151 def enumerate_support(self, expand=True): member in Categorical |
H A D | binomial.py | 155 def enumerate_support(self, expand=True): member in Binomial |
H A D | bernoulli.py | 120 def enumerate_support(self, expand=True): member in Bernoulli |
H A D | one_hot_categorical.py | 110 def enumerate_support(self, expand=True): member in OneHotCategorical |
H A D | distribution.py | 218 def enumerate_support(self, expand: bool = True) -> torch.Tensor: member in Distribution |