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

Method GetOptionCount

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

Source from the content-addressed store, hash-verified

282
283 const BackendId& GetBackendId() const noexcept { return m_TargetBackend; }
284 size_t GetOptionCount() const noexcept { return m_Options.size(); }
285 const BackendOption& GetOption(size_t idx) const { return m_Options[idx]; }
286
287private:

Callers 8

CountBackendOptionsFunction · 0.80
GetBackendOptionFunction · 0.80
ToStringMethod · 0.80
GetCapabilityFunction · 0.80
HasMatchingCapabilityFunction · 0.80
ParseOptionsFunction · 0.80
ToStringFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

CountBackendOptionsFunction · 0.64
GetBackendOptionFunction · 0.64