| 499 | } |
| 500 | |
| 501 | void DelegateOptions::SetInternalProfilingParams(bool internalProfilingState, |
| 502 | const armnn::ProfilingDetailsMethod& internalProfilingDetail) |
| 503 | { |
| 504 | p_DelegateOptionsImpl->m_InternalProfilingEnabled = internalProfilingState; |
| 505 | p_DelegateOptionsImpl->m_InternalProfilingDetail = internalProfilingDetail; |
| 506 | } |
| 507 | |
| 508 | bool DelegateOptions::GetInternalProfilingState() const |
| 509 | { |