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

Method GetDeviceStatus

executor/lib/node_dev_driver.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88dev_status_t NodeDriver::GetDeviceStatus(Device* device)
89{
90 NodeDevice* node_dev = dynamic_cast<NodeDevice*>(device);
91
92 return node_dev->dev_status;
93}
94
95void* NodeDriver::CreateGraphHandle(Device* dev, Subgraph* graph)
96{

Callers 2

LoadDeviceMethod · 0.45
DevGetStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected