MCPcopy Create free account
hub / github.com/OAID/Tengine / GetDevice

Method GetDevice

executor/lib/device_driver.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94Device* DriverManager::GetDevice(const dev_id_t& dev_id)
95{
96 auto manager = GetInstance();
97
98 return manager->RealGetDevice(dev_id);
99}
100
101bool DriverManager::LoadDevice(Driver* driver, Device* device)
102{

Callers 3

RealGetDeviceMethod · 0.45
LoadDeviceMethod · 0.45
UnloadDeviceMethod · 0.45

Calls 1

RealGetDeviceMethod · 0.80

Tested by

no test coverage detected