Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ Start
Method
Start
executor/include/device_driver.hpp:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
return driver_->StopDevice(this);
608
}
609
bool Start(void)
610
{
611
return driver_->StartDevice(this);
612
}
613
614
/* data process interface */
615
void* CreateGraphHandle(Subgraph* graph)
Callers
2
LoadDevice
Method · 0.45
DevStart
Method · 0.45
Calls
1
StartDevice
Method · 0.45
Tested by
no test coverage detected