MCPcopy 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
476armnn::LogSeverity DelegateOptions::GetLoggingSeverity()
477{
478 return p_DelegateOptionsImpl->m_LoggingSeverity.value();
479}
480
481bool DelegateOptions::IsLoggingEnabled()
482{

Callers 3

DelegateMethod · 0.80
ArmnnOpaqueDelegateMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected