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

Method DelegateOptions

delegate/common/src/DelegateOptions.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94DelegateOptions::~DelegateOptions() = default;
95
96DelegateOptions::DelegateOptions()
97 : p_DelegateOptionsImpl(std::make_unique<DelegateOptionsImpl>())
98{
99}
100
101DelegateOptions::DelegateOptions(DelegateOptions const &other)
102 : p_DelegateOptionsImpl(std::make_unique<DelegateOptionsImpl>(*other.p_DelegateOptionsImpl))

Callers

nothing calls this directly

Calls 14

countFunction · 0.85
StringToBoolFunction · 0.85
push_backMethod · 0.80
AddModelOptionMethod · 0.80
SetReduceFp32ToFp16Method · 0.80
SetDebugEnabledMethod · 0.80
SetImportEnabledMethod · 0.80
SetProfilingEnabledMethod · 0.80
ExceptionClass · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected