Home
last modified time | relevance | path

Searched refs:Exponential (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dexponential_test.py53 exponential = exponential_lib.Exponential(rate=lam)
74 exponential = exponential_lib.Exponential(rate=lam)
87 exponential = exponential_lib.Exponential(rate=lam_v)
97 exponential = exponential_lib.Exponential(rate=lam_v)
107 exponential = exponential_lib.Exponential(rate=lam_v)
119 exponential = exponential_lib.Exponential(rate=lam)
139 exponential = exponential_lib.Exponential(rate=lam)
/external/tensorflow/tensorflow/python/ops/distributions/
Dexponential.py40 class Exponential(gamma.Gamma): class
100 super(Exponential, self).__init__(
138 class ExponentialWithSoftplusRate(Exponential):
Ddistributions.py29 from tensorflow.python.ops.distributions.exponential import Exponential
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.distributions.-exponential.pbtxt1 path: "tensorflow.distributions.Exponential"
3 is_instance: "<class \'tensorflow.python.ops.distributions.exponential.Exponential\'>"
50 …stats\', \'name\'], varargs=None, keywords=None, defaults=[\'False\', \'True\', \'Exponential\'], "
Dtensorflow.distributions.pbtxt28 name: "Exponential"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Elu.pbtxt5 See [Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
/external/webrtc/webrtc/base/
Drandom.h51 double Exponential(double lambda);
Drandom.cc81 double Random::Exponential(double lambda) { in Exponential() function in webrtc::Random
/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
Dsampler_test.cc94 Buckets::Exponential(1, 2, 3));
Dsampler.h84 static std::unique_ptr<Buckets> Exponential(double scale,
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.distributions.md24 * @{tf.contrib.distributions.Exponential}
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dquantized_distribution_test.py204 distribution=distributions.Exponential(rate=0.01))
227 distribution=distributions.Exponential(rate=0.2))
Ddistribution_test.py39 ds.Exponential,
Dtransformed_distribution_test.py247 ds.Exponential(rate=0.25),
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dvector_exponential_linear_operator.py192 distribution=exponential.Exponential(rate=array_ops.ones(
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt109 * Exponential functions
/external/python/cpython2/Doc/library/
Drandom.rst230 Exponential distribution. *lambd* is 1.0 divided by the desired
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc976 static_cast<int64_t>(random.Exponential(1.0f / kMeanMs))); in GetStartingTimesMs()
/external/llvm/lib/Target/X86/
DX86.td123 "Enable AVX-512 Exponential and Reciprocal Instructions",
/external/python/cpython3/Doc/library/
Drandom.rst245 Exponential distribution. *lambd* is 1.0 divided by the desired
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox77 <th colspan="4">Exponential functions</th>
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst110 .. opcode:: EXP - Approximate Exponential Base 2
355 .. opcode:: EX2 - Exponential Base 2
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt1591 -- exp: Exponential function --

12