Home
last modified time | relevance | path

Searched refs:_param_shapes (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Drelaxed_bernoulli.py197 def _param_shapes(sample_shape): member in RelaxedBernoulli
Dchi2.py115 def _param_shapes(sample_shape): member in Chi2
Dhalf_normal.py135 def _param_shapes(sample_shape): member in HalfNormal
Dlogistic.py149 def _param_shapes(sample_shape): member in Logistic
Dgumbel.py154 def _param_shapes(sample_shape): member in _Gumbel
Dcauchy.py150 def _param_shapes(sample_shape): member in Cauchy
Dinverse_gamma.py161 def _param_shapes(sample_shape): member in InverseGamma
/external/tensorflow/tensorflow/python/ops/distributions/
Dexponential.py119 def _param_shapes(sample_shape): member in Exponential
Dbernoulli.py100 def _param_shapes(sample_shape): member in Bernoulli
Duniform.py134 def _param_shapes(sample_shape): member in Uniform
Dlaplace.py129 def _param_shapes(sample_shape): member in Laplace
Dnormal.py163 def _param_shapes(sample_shape): member in Normal
Dgamma.py184 def _param_shapes(sample_shape): member in Gamma
Ddistribution.py516 return cls._param_shapes(sample_shape)
558 def _param_shapes(sample_shape): member in Distribution
Dbeta.py211 def _param_shapes(sample_shape): member in Beta
Dstudent_t.py207 def _param_shapes(sample_shape): member in StudentT