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

Method GetValue

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

Source from the content-addressed store, hash-verified

250
251 std::string GetName() const { return m_Name; }
252 Var GetValue() const { return m_Value; }
253
254 private:
255 std::string m_Name; ///< Name of the option

Callers 3

ParseOptionsFunction · 0.45
ToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected