MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetMean

Method GetMean

samples/SpeechRecognition/src/Wav2LetterPreprocessor.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "Wav2LetterMFCC.hpp"
13
14float Wav2LetterPreprocessor::GetMean(Array2d<float>& vec)
15{
16 return MathUtils::MeanF32(vec.begin(), vec.totalSize());
17}
18
19float Wav2LetterPreprocessor::GetStdDev(Array2d<float>& vec, const float mean)
20{

Callers

nothing calls this directly

Calls 2

totalSizeMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected