Home
last modified time | relevance | path

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

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