Home
last modified time | relevance | path

Searched defs:ComputeMean (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Drolling_accumulator.h80 double ComputeMean() const { return stats_.GetMean().value_or(0); } in ComputeMean() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dutils.h256 inline float ComputeMean(const float* const values, const int num_vals) { in ComputeMean() function
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp223 double ComputeMean(const std::vector<double> &values) in ComputeMean() function