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

Method GetDeviceNum

executor/lib/node_dev_driver.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int NodeDriver::GetDeviceNum(void)
153{
154 return dev_table_.size();
155}
156
157Device* NodeDriver::GetDevice(int idx)
158{

Callers 4

UnregisterDriverMethod · 0.45
RealGetDeviceMethod · 0.45
UnloadDeviceMethod · 0.45
ProbeDeviceMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected