/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
half_normal.py | 103 statistics (e.g., mean, mode, variance) use the value "`NaN`" to
|
wishart.py | 99 (e.g., mean, mode, variance) use the value "`NaN`" to indicate the 387 return linalg_ops.cholesky(self.variance()) 525 (e.g., mean, mode, variance) use the value "`NaN`" to indicate the 641 (e.g., mean, mode, variance) use the value "`NaN`" to indicate the
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
normal_test.py | 365 self.assertAllEqual((3,), normal.variance().get_shape()) 366 self.assertAllEqual([49., 49, 49], normal.variance().eval()) 390 # The sample variance similarly is dependent on sigma and n. 422 # The sample variance similarly is dependent on sigma and n.
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
exponential.py | 88 (e.g., mean, mode, variance) use the value "`NaN`" to indicate the
|
/external/walt/docs/ |
AudioLatency.md | 28 until there is a detectable signal on the wire. Note that this does not include the time between the moment the app decided to output a tone until the Enqueue() call. This is somewhat counterintuitive but this time is deliberately omitted. In case of the WALT app code this time is likely be uniformly distributed between 0 and the length of the buffer (5 ms in case of Nexus 5) and therefore would contribute considerable variance but little interesting information if included in the reported latency.
|
/external/webrtc/webrtc/base/ |
profiler.cc | 71 // Online variance and mean algorithm: http://en.wikipedia.org/wiki/
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
digital_agc.c | 615 // variance of input level (Q8) 622 // short-term variance of input level (Q8) 720 // update short-term estimate of variance in energy level (Q8) 735 // update long-term estimate of variance in energy level (Q8)
|
/external/webrtc/webrtc/modules/video_processing/ |
video_denoiser.cc | 109 // Variance threshold for skin/non-skin MB is different.
|
/frameworks/av/media/libmedia/include/media/ |
EventMetric.h | 35 // The sum of squared devation. Variance can be calculated from
|
/frameworks/av/media/libnblog/include/media/nblog/ |
PerformanceAnalysis.h | 107 // TODO: change this to a running variance/mean class
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.h | 85 Int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
SpeedAnglesClassifier.java | 30 * and then it calculates the angle variance of these points like the class
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
SpeedAnglesClassifier.java | 28 * then it calculates the angle variance of these points like the class {@link AnglesClassifier}
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_params.cpp | 69 // TODO: The variance is critical for accuracy; thus, adjusting these parameters by machine
|
/external/opencv/cvaux/src/ |
cvhmm.cpp | 510 // var - pointer to the variance vector of the Gaussian pdf 544 // var - two-dimensional pointer to the variance vector of the Gaussian pdf; 546 // the second dimension is indexed along the size of the variance vector [all...] |
/external/tensorflow/tensorflow/python/ops/ |
nn_test.py | [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
test_packet_masks_metrics.cc | 132 // The average and variance of the residual loss, as a function of the 133 // packet/symbol loss model. The average/variance is computed by averaging 463 // Update the average and variance of the residual loss. 484 // Normalize the average residual loss and compute/normalize the variance. [all...] |
/external/libvpx/libvpx/tools/ |
tiny_ssim.c | 441 // content are detected via changes in local variance and local 449 // term 1 -> uses change in scene Variance to weight error score 483 // This measures how much consistent variance is in two consecutive 484 // source frames. 1.0 means they have exactly the same variance. 511 // The reason for the variance and mean terms is the assumption that
|
/external/tensorflow/tensorflow/python/training/ |
learning_rate_decay.py | 729 where eps_t is 0-centered gaussian noise with variance 746 initial_variance: initial variance for the noise. See computation above. 747 variance_decay: decay for the noise's variance. See computation above. 776 variance = initial_variance / ( 778 std = math_ops.sqrt(variance)
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework_unittest.cc | 102 TEST(BweTestFramework_StatsTest, Variance) { 121 // Variance is 1 ; sqrt(1) = 1 126 // Variance is 8 ; sqrt(8) = 2 with integers. 541 // If pair i is chosen to be swapped with probability p, the variance for that 543 // the variance for the number of swaps is (kPacketCount - 1) * p * (1 - p). [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 508 /// Describes the variance of a given generic parameter. 538 /// The variance of the type parameter. 539 unsigned Variance : 2; 541 /// The location of the variance, if any. 549 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 555 Index(index), Variance(static_cast<unsigned>(variance)), 560 ObjCTypeParamVariance variance, 571 /// Determine the variance of this type parameter. 573 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclObjC.h | 513 /// Describes the variance of a given generic parameter. 543 /// The variance of the type parameter. 544 unsigned Variance : 2; 546 /// The location of the variance, if any. 554 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 560 Index(index), Variance(static_cast<unsigned>(variance)), 565 ObjCTypeParamVariance variance, 576 /// Determine the variance of this type parameter. 578 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
DeclObjC.h | 513 /// Describes the variance of a given generic parameter. 543 /// The variance of the type parameter. 544 unsigned Variance : 2; 546 /// The location of the variance, if any. 554 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 560 Index(index), Variance(static_cast<unsigned>(variance)), 565 ObjCTypeParamVariance variance, 576 /// Determine the variance of this type parameter. 578 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
DeclObjC.h | 513 /// Describes the variance of a given generic parameter. 543 /// The variance of the type parameter. 544 unsigned Variance : 2; 546 /// The location of the variance, if any. 554 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 560 Index(index), Variance(static_cast<unsigned>(variance)), 565 ObjCTypeParamVariance variance, 576 /// Determine the variance of this type parameter. 578 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
DeclObjC.h | 513 /// Describes the variance of a given generic parameter. 543 /// The variance of the type parameter. 544 unsigned Variance : 2; 546 /// The location of the variance, if any. 554 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 560 Index(index), Variance(static_cast<unsigned>(variance)), 565 ObjCTypeParamVariance variance, 576 /// Determine the variance of this type parameter. 578 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |