Searched defs:normal_distribution (Results 1 – 5 of 5) sorted by relevance
| /third_party/boost/boost/random/ |
| D | normal_distribution.hpp | 224 class normal_distribution class 278 explicit normal_distribution(const RealType& mean_arg = RealType(0.0), in normal_distribution() function in boost::random::normal_distribution 288 explicit normal_distribution(const param_type& parm) in normal_distribution() function in boost::random::normal_distribution 335 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(os, normal_distribution, nd) in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() argument 342 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(is, normal_distribution, nd) in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() argument 352 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(normal_distribution, lhs, rhs) in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() argument
|
| /third_party/boost/boost/compute/random/ |
| D | normal_distribution.hpp | 37 class normal_distribution class 44 normal_distribution(RealType mean = 0.f, RealType stddev = 1.f) in normal_distribution() function in boost::compute::normal_distribution
|
| /third_party/boost/libs/compute/include/boost/compute/random/ |
| D | normal_distribution.hpp | 37 class normal_distribution class 44 normal_distribution(RealType mean = 0.f, RealType stddev = 1.f) in normal_distribution() function in boost::compute::normal_distribution
|
| /third_party/boost/boost/math/distributions/ |
| D | normal.hpp | 28 class normal_distribution class 34 normal_distribution(RealType l_mean = 0, RealType sd = 1) in normal_distribution() function in boost::math::normal_distribution
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | image_utils.cc | 1250 std::normal_distribution<double> normal_distribution(0, 1); in Erase() local
|