Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ Stop
Method
Stop
executor/include/device_driver.hpp:605–608 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
return driver_->ReleaseDevice(this);
604
}
605
bool Stop(void)
606
{
607
return driver_->StopDevice(this);
608
}
609
bool Start(void)
610
{
611
return driver_->StartDevice(this);
Callers
2
UnloadDevice
Method · 0.45
DevStop
Method · 0.45
Calls
1
StopDevice
Method · 0.45
Tested by
no test coverage detected