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

Method GetStdDev

samples/SpeechRecognition/src/Wav2LetterPreprocessor.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19float Wav2LetterPreprocessor::GetStdDev(Array2d<float>& vec, const float mean)
20{
21 return MathUtils::StdDevF32(vec.begin(), vec.totalSize(), mean);
22}
23
24void Wav2LetterPreprocessor::NormaliseVec(Array2d<float>& vec)
25{

Callers

nothing calls this directly

Calls 2

totalSizeMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected