| 464 | } |
| 465 | |
| 466 | void DelegateOptions::SetLoggingSeverity(const armnn::LogSeverity& level) |
| 467 | { |
| 468 | p_DelegateOptionsImpl->m_LoggingSeverity = level; |
| 469 | } |
| 470 | |
| 471 | void DelegateOptions::SetLoggingSeverity(const std::string& level) |
| 472 | { |
nothing calls this directly
no test coverage detected