Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsMelFilterBankInited
Method
IsMelFilterBankInited
samples/common/src/Audio/MFCC.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
bool MFCC::IsMelFilterBankInited() const
222
{
223
return this->m_filterBankInitialised;
224
}
225
226
void MFCC::MfccComputePreFeature(const std::vector<float>& audioData)
227
{
Callers
1
InitMelFilterBank
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected