Searched defs:ComputeMean (Results 1 – 2 of 2) sorted by relevance
78 double ComputeMean() const { return stats_.GetMean().value_or(0); } in ComputeMean() function
256 inline float ComputeMean(const float* const values, const int num_vals) { in ComputeMean() function