| 459 | } |
| 460 | |
| 461 | void DelegateOptions::AddBackendOption(const armnn::BackendOptions& option) |
| 462 | { |
| 463 | p_DelegateOptionsImpl->m_RuntimeOptions.m_BackendOptions.push_back(option); |
| 464 | } |
| 465 | |
| 466 | void DelegateOptions::SetLoggingSeverity(const armnn::LogSeverity& level) |
| 467 | { |
no test coverage detected