Home
last modified time | relevance | path

Searched defs:_batch_shape (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Duniform.py155 def _batch_shape(self): member in Uniform
H A Dbernoulli.py112 def _batch_shape(self): member in Bernoulli
H A Dcategorical.py258 def _batch_shape(self): member in Categorical
H A Dmultinomial.py233 def _batch_shape(self): member in Multinomial
H A Ddirichlet_multinomial.py247 def _batch_shape(self): member in DirichletMultinomial
H A Dstudent_t.py233 def _batch_shape(self): member in StudentT
H A Ddirichlet.py221 def _batch_shape(self): member in Dirichlet
H A Dgamma.py203 def _batch_shape(self): member in Gamma
H A Dlaplace.py144 def _batch_shape(self): member in Laplace
H A Dbeta.py234 def _batch_shape(self): member in Beta
H A Dnormal.py179 def _batch_shape(self): member in Normal
H A Dtransformed_distribution.py364 def _batch_shape(self): member in TransformedDistribution
H A Ddistribution.py649 def _batch_shape(self): member in Distribution