Home
last modified time | relevance | path

Searched defs:laplace (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/
Drandom_ops.py86 def laplace(shape, mean, lambda_param, seed=None): function
/third_party/boost/boost/math/distributions/
Dlaplace.hpp81 typedef laplace_distribution<double> laplace; typedef
/third_party/boost/libs/math/reporting/performance/
Dtest_distributions.cpp439 distribution_tester laplace("Laplace"); in main() local