HomeSort by relevance Sort by last modified time
    Searched full:variance (Results 426 - 450 of 662) sorted by null

<<11121314151617181920>>

  /external/skqp/src/effects/
SkBlurMask.cpp 400 float variance = sigma * sigma; local
414 float gaussian = expf(-x*x / (2*variance));
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
inception_v2.py 620 # epsilon to prevent 0s in variance.
624 # collection containing the moving mean and moving variance.
  /external/tensorflow/tensorflow/contrib/tensor_forest/client/
random_forest.py 243 # In order to serve the variance we need to add the prediction dict
351 prediction dict including the variance to be exported for serving with
  /external/tensorflow/tensorflow/contrib/training/python/training/
training.py 89 tf.contrib.layers.batch_norm function adds the moving mean and moving variance
92 to have the moving mean and moving variance updates be computed.
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
beta_test.py 199 self.assertEqual(dist.variance().get_shape(), (3,))
203 self.assertAllClose(expected_variance, dist.variance().eval())
  /external/tensorflow/tensorflow/python/ops/
init_ops.py 346 """Initializer that generates tensors without scaling variance.
349 the scale of the input variance constant, so it does not explode or diminish
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 171 Word16 negSNRvar; /* Negative SNR variance (scaled as 7,8) */
172 Word16 negSNRbias; /* sensitivity bias from negative SNR variance (scaled as 15,0) */
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 347 * Calculates the variance-covariance matrix of a set of points.
350 * @return the variance-covariance matrix
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatBaseImageViewTest.java 168 // translucent color on top of solid fill color. This is where the allowed variance
311 // translucent color on top of solid fill color. This is where the allowed variance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
random 766 * @brief Returns the compact form of the variance/covariance
923 * <tr><td>Variance</td><td>@f$2\sigma^2 + \nu^2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
random 766 * @brief Returns the compact form of the variance/covariance
923 * <tr><td>Variance</td><td>@f$2\sigma^2 + \nu^2
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.51/
kotlin-annotation-processing-1.1.51.jar 
  /external/ImageMagick/MagickCore/
statistic.c     [all...]
identify.c 239 " Sum of Squares Variance:\n" \
245 " Sum Variance:\n" \
251 " Difference Variance:\n" \
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 430 /// objc-type-parameter-variance? identifier objc-type-parameter-bound[opt]
435 /// objc-type-parameter-variance:
476 // Parse the variance, if any.
478 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; local
480 variance = Tok.is(tok::kw___covariant)
485 // Once we've seen a variance specific , we know this is not a
540 getCurScope(), variance, varianceLoc, typeParams.size(), paramName,
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 410 * reciprocal square root of the variance of the error in each input data point.
532 // SSerr is the residual sum of squares (variance of the error),
533 // and SStot is the total sum of squares (variance of the data) where each
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.20/
kotlin-annotation-processing-gradle-1.2.20.jar 
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 73 // We can increase the threshold if the Skia is drawing with some variance
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 285 * allowed variance. Returns <code>true</code> if the two colors are sufficiently equal
  /external/fio/
idletime.c 20 /* scale for less variance */
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 20 #include "vpx_dsp/variance.h"
  /external/opencv/cv/src/
_cvkdtree.hpp 82 // for given set of point indices, compute dimension of highest variance
  /external/speex/libspeex/
mdf.c 163 spx_float_t Dvar1; /* Estimated variance of 1st estimator */
164 spx_float_t Dvar2; /* Estimated variance of 2nd estimator */
880 /* Difference in response, this is used to estimate the variance of our residual power estimate */
901 /* For two time windows, compute the mean of the energy difference, as well as the variance */
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 388 HloInstruction* offset, HloInstruction* mean, HloInstruction* variance,
394 HloInstruction* mean, HloInstruction* variance,
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
mvn_diag_plus_low_rank_test.py 247 dist.variance(),

Completed in 814 milliseconds

<<11121314151617181920>>