Searched defs:_batch_shape (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/ | ||
H A D | uniform.py | 155 def _batch_shape(self): member in Uniform |
H A D | bernoulli.py | 112 def _batch_shape(self): member in Bernoulli |
H A D | categorical.py | 258 def _batch_shape(self): member in Categorical |
H A D | multinomial.py | 233 def _batch_shape(self): member in Multinomial |
H A D | dirichlet_multinomial.py | 247 def _batch_shape(self): member in DirichletMultinomial |
H A D | student_t.py | 233 def _batch_shape(self): member in StudentT |
H A D | dirichlet.py | 221 def _batch_shape(self): member in Dirichlet |
H A D | gamma.py | 203 def _batch_shape(self): member in Gamma |
H A D | laplace.py | 144 def _batch_shape(self): member in Laplace |
H A D | beta.py | 234 def _batch_shape(self): member in Beta |
H A D | normal.py | 179 def _batch_shape(self): member in Normal |
H A D | transformed_distribution.py | 364 def _batch_shape(self): member in TransformedDistribution |
H A D | distribution.py | 649 def _batch_shape(self): member in Distribution |