Home
last modified time | relevance | path

Searched refs:mean2 (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_reduction.cpp218 Tensor<float, 0, DataLayout> mean2 = tensor.mean(reduction_axis4); in test_simple_reductions() local
219 VERIFY_IS_EQUAL(mean2.rank(), 0); in test_simple_reductions()
221 VERIFY_IS_APPROX(mean1(), mean2()); in test_simple_reductions()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc392 double mean2 = in DelayStdDev() local
394 return sqrt(mean2 - pow(mean, 2.0)); in DelayStdDev()
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Ddirichlet_multinomial_test.py222 mean2 = dist2.mean().eval()
224 self.assertAllClose(mean2[class_num], 2 * mean1[class_num])
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py2629 self.mean2 = metrics_module.Mean(name='metric_2')
2632 self.add_metric(self.mean2(x), name='metric_2')
2694 self.mean2 = metrics_module.Mean(name='metric_1')
/external/flac/libFLAC/
Dstream_encoder.c4228 FLAC__uint32 k2, mean2 = (FLAC__uint32) mean; local
4230 while(k2*8 < mean2) { /* requires: mean <= (2^31)/8 */
4233 while(k2 < mean2) { /* requires: mean <= 2^31 */