Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/backoff/
Dbackoff.go52 type Exponential struct { struct
54 MaxDelay time.Duration
59 func (bc Exponential) Backoff(retries int) time.Duration {
/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_sampler.h55 static std::unique_ptr<Buckets> Exponential(double scale, in Exponential() function
Dsampler.cc102 std::unique_ptr<Buckets> Buckets::Exponential(double scale, in Exponential() function in tensorflow::monitoring::Buckets
/external/tensorflow/tensorflow/python/ops/distributions/
Dexponential.py41 class Exponential(gamma.Gamma): class
/external/webrtc/webrtc/base/
Drandom.cc81 double Random::Exponential(double lambda) { in Exponential() function in webrtc::Random