Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_sampler.h56 static std::unique_ptr<Buckets> Exponential(double scale, in Exponential() function
Dsampler.cc112 std::unique_ptr<Buckets> Buckets::Exponential(double scale, in Exponential() function in tensorflow::monitoring::Buckets
/external/webrtc/webrtc/base/
Drandom.cc81 double Random::Exponential(double lambda) { in Exponential() function in webrtc::Random
/external/tensorflow/tensorflow/python/ops/distributions/
Dexponential.py41 class Exponential(gamma.Gamma): class