Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drolling_accumulator.h78 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