Home
last modified time | relevance | path

Searched defs:concentration (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/ops/distributions/
Ddirichlet_multinomial.py168 concentration, argument
230 def concentration(self): member in DirichletMultinomial
325 def _maybe_assert_valid_concentration(self, concentration, validate_args): argument
Ddirichlet.py134 concentration, argument
174 def concentration(self): member in Dirichlet
271 def _maybe_assert_valid_concentration(self, concentration, validate_args): argument
Dgamma.py101 concentration, argument
157 def concentration(self): member in Gamma
265 concentration, argument
Dbeta.py292 def _maybe_assert_valid_concentration(self, concentration, validate_args): argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dinverse_gamma.py99 concentration, argument
156 def concentration(self): member in InverseGamma
284 concentration, argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dweibull.py52 concentration=1., argument
102 def concentration(self): member in Weibull
/external/guava/guava-tests/benchmark/com/google/common/cache/
DLoadingCacheSingleThreadBenchmark.java40 @Param("2.5") double concentration; field in LoadingCacheSingleThreadBenchmark
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapMakerSingleThreadBenchmark.java43 @Param("2.5") double concentration; field in MapMakerSingleThreadBenchmark