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

Method AddBackendOption

delegate/common/src/DelegateOptions.cpp:461–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ToDelegateOptionsMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected