Searched defs:Exponential (Results 1 – 5 of 5) sorted by relevance
52 type Exponential struct { struct54 MaxDelay time.Duration59 func (bc Exponential) Backoff(retries int) time.Duration {
55 static std::unique_ptr<Buckets> Exponential(double scale, in Exponential() function
102 std::unique_ptr<Buckets> Buckets::Exponential(double scale, in Exponential() function in tensorflow::monitoring::Buckets
41 class Exponential(gamma.Gamma): class
81 double Random::Exponential(double lambda) { in Exponential() function in webrtc::Random