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

Method SetLoggingSeverity

delegate/common/src/DelegateOptions.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void DelegateOptions::SetLoggingSeverity(const armnn::LogSeverity& level)
467{
468 p_DelegateOptionsImpl->m_LoggingSeverity = level;
469}
470
471void DelegateOptions::SetLoggingSeverity(const std::string& level)
472{

Callers

nothing calls this directly

Calls 1

StringToLogLevelFunction · 0.85

Tested by

no test coverage detected