Searched refs:weighted_mean (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/ |
D | rolling_accumulator.h | 113 double weighted_mean = 0.0; in ComputeWeightedMean() local 122 weighted_mean += current_weight * samples_[index]; in ComputeWeightedMean() 124 return weighted_mean / weight_sum; in ComputeWeightedMean()
|
/external/eigen/bench/btl/data/ |
D | smooth.cxx | 79 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/ |
D | nn_impl.py | 1463 weighted_mean = math_ops.multiply(weighted_input_sum, divisor) 1467 frequency_weights * math_ops.squared_difference(x, weighted_mean), 1475 weighted_mean = array_ops.squeeze(weighted_mean, axis=axes) 1480 weighted_mean = math_ops.cast(weighted_mean, dtypes.float16) 1483 return weighted_mean, weighted_variance
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.tpu.-cross-shard-optimizer.pbtxt | 21 …me\', \'group_assignment\'], varargs=None, keywords=None, defaults=[\'weighted_mean\', \'CrossShar…
|