Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ IsFastMathEnabled
Method
IsFastMathEnabled
src/backends/neon/NeonBackendModelContext.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool NeonBackendModelContext::IsFastMathEnabled() const
91
{
92
return m_IsFastMathEnabled;
93
}
94
95
unsigned int NeonBackendModelContext::GetNumberOfThreads() const
96
{
Callers
4
CreateWorkload
Method · 0.45
IsBatchMatMulSupported
Method · 0.45
IsConvolution2dSupported
Method · 0.45
IsConvolution3dSupported
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected