Home
last modified time | relevance | path

Searched refs:weighted_mean (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Drollingaccumulator.h130 double weighted_mean = 0.0; in ComputeWeightedMean() local
139 weighted_mean += current_weight * samples_[index]; in ComputeWeightedMean()
141 return weighted_mean / weight_sum; in ComputeWeightedMean()
/external/eigen/bench/btl/data/
Dsmooth.cxx79 double weighted_mean(const VECTOR & data) in weighted_mean() function
119 smooth_tab_mflops.push_back(weighted_mean(sample)); in smooth_curve()
151 smooth_tab_mflops.push_back(weighted_mean(sample)); in centered_smooth_curve()
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py1083 weighted_mean = math_ops.multiply(weighted_input_sum, divisor)
1087 frequency_weights * math_ops.squared_difference(x, weighted_mean),
1095 weighted_mean = array_ops.squeeze(weighted_mean, axis=axes)
1100 weighted_mean = math_ops.cast(weighted_mean, dtypes.float16)
1103 return weighted_mean, weighted_variance