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

Function GetBackendId

src/dynamic/sample/SampleDynamicBackend.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101} // namespace sdb
102
103const char* GetBackendId()
104{
105 return sdb::SampleDynamicBackend::GetIdStatic().Get().c_str();
106}
107
108void GetVersion(uint32_t* outMajor, uint32_t* outMinor)
109{

Callers 2

CloneBaseMethod · 0.50

Calls 2

c_strMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected