Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
float Wav2LetterPreprocessor::GetStdDev(Array2d<float>& vec, const float mean)
20
{
21
return MathUtils::StdDevF32(vec.begin(), vec.totalSize(), mean);
22
}
23
24
void Wav2LetterPreprocessor::NormaliseVec(Array2d<float>& vec)
25
{
Callers
nothing calls this directly
Calls
2
totalSize
Method · 0.80
begin
Method · 0.45
Tested by
no test coverage detected