Home
last modified time | relevance | path

Searched defs:CDF (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dpoisson_distribution_test.cc177 struct CDF { struct in __anon344f97060111::PoissonModel
178 size_t index;
179 double pmf;
180 double cdf;
Dzipf_distribution_test.cc124 double CDF(size_t i) { in CDF() function in __anon640fd5740111::ZipfModel
Dexponential_distribution_test.cc163 double CDF(double x) { return 1.0 - std::exp(-lambda_ * x); } in CDF() function in __anonf10c87e20111::ExponentialModel
/third_party/mindspore/mindspore-src/source/tests/st/probability/distribution/
Dtest_poisson.py120 class CDF(nn.Cell): class
Dtest_logistic.py118 class CDF(nn.Cell): class
Dtest_categorical.py154 class CDF(nn.Cell): class
Dtest_gumbel.py159 class CDF(nn.Cell): class
Dtest_geometric.py162 class CDF(nn.Cell): class
Dtest_exponential.py143 class CDF(nn.Cell): class
Dtest_bernoulli.py163 class CDF(nn.Cell): class
Dtest_cauchy.py148 class CDF(nn.Cell): class
Dtest_uniform.py144 class CDF(nn.Cell): class
Dtest_normal.py152 class CDF(nn.Cell): class
Dtest_lognormal.py152 class CDF(nn.Cell): class
Dtest_gamma.py156 class CDF(nn.Cell): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp435 CDF("check-debugify-function", "Check debug info from -debugify-function"); variable