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

Method SetDynamicBackendsPath

delegate/common/src/DelegateOptions.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void DelegateOptions::SetDynamicBackendsPath(const std::string& dynamicBackendsPath)
437{
438 p_DelegateOptionsImpl->m_RuntimeOptions.m_DynamicBackendsPath = dynamicBackendsPath;
439}
440
441const std::string& DelegateOptions::GetDynamicBackendsPath() const
442{

Callers 1

ToDelegateOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected