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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/lib/histogram/
histogram.cc 166 double variance = (sum_squares_ * num_ - sum_ * sum_) / (num_ * num_); local
167 return sqrt(variance);
  /external/tensorflow/tensorflow/python/training/
rmsprop.py 31 gradients, and uses that average to estimate the variance:
89 centered: If True, gradients are normalized by the estimated variance of
  /frameworks/base/services/core/java/com/android/server/location/
LocationFudger.java 78 // the resulting standard deviation the same. The variance of
80 // sum of the variance of each distribution. So some quick
  /external/python/cpython3/Lib/test/
test_statistics.py     [all...]
  /cts/apps/CameraITS/tests/scene1/
test_param_noise_reduction.py 36 Also captures an image with low gain and NR off, and uses the variance
test_reprocess_noise_reduction.py 38 variance of this as the baseline.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
FontRenderingTests.java 50 // adjust threshold based on thinness - more variance is expected in thin cases
  /device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
diversity_checker.h 132 // var_threshold -> is a threshold value for a Norm variance gate.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
WeightedMeasurement.java 74 * use a value proportional to the inverse of the variance of the measurement
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
OneWayAnova.java 23 * An interface for one-way ANOVA (analysis of variance).
  /external/autotest/server/cros/network/
netperf_session.py 10 """Abstracts a network performance measurement to reduce variance."""
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferPeriod.java 41 private long mVar; // variance in nanoseconds^2
  /external/fio/tools/plot/
fio2gnuplot 253 variance = map(lambda x: (x - avg)**2, disk_perf[disk])
254 standard_deviation = math.sqrt(average(variance))
267 variance = map(lambda x: (x - avg)**2, global_disk_perf)
268 standard_deviation = math.sqrt(average(variance))
  /external/libchrome/base/trace_event/
memory_usage_estimator_unittest.cc 58 // This kills variance of bucket_count across STL implementations.
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 86 * of variance() and highbd_8_variance(). It should not.
vp9_block.h 187 // Used to save the status of whether a block has a low variance in
vp9_encoder.h 22 #include "vpx_dsp/variance.h"
123 // variance (only valid for altref frames)
632 // Store frame variance info in SOURCE_VAR_BASED_PARTITION search type.
705 // Used to save the status of whether a block has a low variance in
  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 17 #include "vpx_dsp/variance.h"
  /external/libxcam/modules/ocl/
cl_newwavelet_denoise_handler.cpp 194 XCAM_LOG_ERROR ("wavelet noise variance buffer enqueue map failed");
200 XCAM_LOG_ERROR ("wavelet noise variance buffer enqueue map event wait failed");
274 XCAM_LOG_ERROR ("wavelet noise variance buffer enqueue unmap failed");
280 XCAM_LOG_ERROR ("wavelet noise variance buffer enqueue unmap event wait failed");
    [all...]
  /external/ltp/testcases/realtime/func/periodic_cpu_load/
periodic_cpu_load_single.c 217 printf("Periodic CPU Load Execution Variance\n");
  /external/tensorflow/tensorflow/compiler/tests/
stateless_random_ops_test.py 112 # test where the mean and variance are known. This test is probabilistic
  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 414 // sum(output_grad * (activation - mean(activation))) / (variance +
433 HloInstruction* variance = batch_norm->mutable_operand(3); local
472 activation_shape, variance, {feature_index}));
487 add(HloInstruction::CreateBinary(feature_shape, HloOpcode::kAdd, variance,
user_computation.cc 566 TF_ASSIGN_OR_RETURN(const OperationRequest* variance,
567 LookUpRequest(batch_norm_inference_request.variance()));
578 variance->output_shape(),
609 TF_ASSIGN_OR_RETURN(const OperationRequest* variance,
610 LookUpRequest(batch_norm_grad_request.variance()));
624 variance->output_shape(), grad_output->output_shape(),
3127 HloInstruction* variance = local
3147 HloInstruction* variance = local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.h 52 const BufferAllocation::Slice& variance,
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
chi2.py 79 (e.g., mean, mode, variance) use the value "`NaN`" to indicate the

Completed in 1003 milliseconds

<<11121314151617181920>>