Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dgmm.md1 # Gaussian Mixture Models
3 Gaussian mixture models assume that the input is generated by a mixture of a
4 finite number of Gaussian distributions with unknown parameters.
/external/skia/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp53 // Create a Gaussian half-kernel (right side) and a summed area table given a sigma and number
95 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
96 // This relies on having a half kernel computed for the Gaussian and a table of applications of
124 // half the Gaussian and a matching summed area table. The summed area table is used to compute
155 // Ensure the tail of the Gaussian goes to zero.
198 // When sigma is really small this becomes a equivalent to convolving a Gaussian with a
200 // Guassian and the profile texture is a just a Gaussian evaluation. However, we haven't yet
/external/skqp/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp53 // Create a Gaussian half-kernel (right side) and a summed area table given a sigma and number
95 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
96 // This relies on having a half kernel computed for the Gaussian and a table of applications of
124 // half the Gaussian and a matching summed area table. The summed area table is used to compute
155 // Ensure the tail of the Gaussian goes to zero.
198 // When sigma is really small this becomes a equivalent to convolving a Gaussian with a
200 // Guassian and the profile texture is a just a Gaussian evaluation. However, we haven't yet
/external/webrtc/webrtc/base/
Drandom.h48 double Gaussian(double mean, double standard_deviation);
Drandom.cc69 double Random::Gaussian(double mean, double standard_deviation) { in Gaussian() function in webrtc::Random
Drandom_unittest.cc270 TEST(RandomNumberGeneratorTest, Gaussian) { in TEST() argument
280 int index = prng.Gaussian(kMean, kStddev) + 0.5; in TEST()
/external/libxcam/modules/ocl/
Dcl_3a_image_processor.h64 Gaussian, enumerator
Dcl_3a_image_processor.cpp303 case Gaussian: { in create_handlers()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector_unittest.cc62 random_.Gaussian(0, standard_deviation_ms) + 0.5)); in Run100000Samples()
85 random_.Gaussian(0, standard_deviation_ms) + 0.5)); in RunUntilOveruse()
127 int index = random_.Gaussian(49, 10); in TEST_F()
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
DREADME.md15 including the 2D strongly correlated Gaussian and the rough well energy function,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExtractGlimpse.pbtxt50 uniform distribution or a Gaussian distribution.
/external/python/cpython2/Doc/library/
Drandom.rst18 On the real line, there are functions to compute uniform, normal (Gaussian),
251 Gaussian distribution. *mu* is the mean, and *sigma* is the standard
/external/python/cpython3/Doc/library/
Drandom.rst19 On the real line, there are functions to compute uniform, normal (Gaussian),
273 Gaussian distribution. *mu* is the mean, and *sigma* is the standard
/external/libxcam/tests/
Dtest-device-manager.cpp601 wdr_mode = CL3aImageProcessor::Gaussian; in main()
/external/ImageMagick/MagickCore/
Dresize.c287 static double Gaussian(const double x,const ResizeFilter *resize_filter) in Gaussian() function
864 { Gaussian, 2.0, 1.5, 0.0, 0.0, GaussianWeightingFunction }, /* Gaussian */ in AcquireResizeFilter()
1039 if ((resize_filter->filter == Gaussian) || in AcquireResizeFilter()
1040 (resize_filter->window == Gaussian) ) { in AcquireResizeFilter()
/external/libxcam/
DChangeLog166 neighbor pixels with a Gaussian blur filter.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc397 int64_t gaussian_random = random->Gaussian(mean, std_dev); in TruncatedNSigmaGaussian()
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/
Dtutorial.md171 Gaussian) kernel function. This function is one of the most-widely used kernel
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp994 cl_processor->set_tonemapping(CL3aImageProcessor::CLTonemappingMode::Gaussian); in gst_xcam_src_start()
/external/ImageMagick/Magick++/
DChangeLog1159 Gaussian blur image.
1161 * lib/Image.cpp (gaussianBlur): New method to Gaussian blur image.
/external/python/cpython3/Doc/faq/
Dlibrary.rst831 * ``normalvariate(mean, sdev)`` samples the normal (Gaussian) distribution.
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md88 mechanism (e.g. randomly sampled from a Gaussian). Furthermore, if a variable
/external/python/cpython2/Doc/faq/
Dlibrary.rst859 * ``normalvariate(mean, sdev)`` samples the normal (Gaussian) distribution.
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1061 The :func:`~math.erf` function computes a probability integral or `Gaussian
/external/jline/src/src/test/resources/jline/example/
Denglish.gz