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