Searched defs:Exponential (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
H A Dsampler.cc102 std::unique_ptr<Buckets> Buckets::Exponential(double scale, function in class:tensorflow::monitoring::Buckets
H A Dmobile_sampler.h55 static std::unique_ptr<Buckets> Exponential(double scale, function in class:tensorflow::monitoring::Buckets
/external/tensorflow/tensorflow/python/ops/distributions/
H A Ddistributions.py29 from tensorflow.python.ops.distributions.exponential import Exponential namespace
53 "Exponential",
H A Dexponential.py15 """The Exponential distribution class."""
34 "Exponential",
39 @tf_export("distributions.Exponential")
40 class Exponential(gamma.Gamma): class in inherits:gamma.Gamma
41 """Exponential distribution.
43 The Exponential distribution is parameterized by an event `rate` parameter.
56 The Exponential distribution is a special case of the Gamma distribution,
60 Exponential(rate) = Gamma(concentration=1., rate)
63 The Exponential distribution uses a `rate` parameter, or "inverse scale",
67 X ~ Exponential(rat
[all...]
/external/webrtc/webrtc/base/
H A Drandom.cc81 double Random::Exponential(double lambda) { function in class:webrtc::Random

Completed in 512 milliseconds