MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsLoggingEnabled

Method IsLoggingEnabled

delegate/common/src/DelegateOptions.cpp:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481bool DelegateOptions::IsLoggingEnabled()
482{
483 return p_DelegateOptionsImpl->m_LoggingSeverity.has_value();
484}
485
486const armnn::OptimizerOptionsOpaque& DelegateOptions::GetOptimizerOptions() const
487{

Callers 2

DelegateMethod · 0.80
ArmnnOpaqueDelegateMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected