Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetLoggingSeverity
Method
GetLoggingSeverity
delegate/common/src/DelegateOptions.cpp:476–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
armnn::LogSeverity DelegateOptions::GetLoggingSeverity()
477
{
478
return p_DelegateOptionsImpl->m_LoggingSeverity.value();
479
}
480
481
bool DelegateOptions::IsLoggingEnabled()
482
{
Callers
3
Delegate
Method · 0.80
ArmnnOpaqueDelegate
Method · 0.80
ArmnnOpaqueDelegateTest.cpp
File · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected