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

Method AddOption

include/armnn/BackendOptions.hpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 BackendOptions& operator=(BackendOptions&& other) = default;
272
273 void AddOption(BackendOption&& option)
274 {
275 m_Options.push_back(option);
276 }
277
278 void AddOption(const BackendOption& option)
279 {

Callers 1

RuntimeTests.cppFile · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected