Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ BindDriver
Method
BindDriver
executor/include/device_driver.hpp:569–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
name_ = name;
568
}
569
void BindDriver(Driver* driver)
570
{
571
driver_ = driver;
572
}
573
void SetDeviceType(const dev_type_t& dev_type)
574
{
575
dev_type_ = dev_type;
Callers
3
InitializeDevice
Method · 0.80
InitializeDevice
Method · 0.80
InitializeDevice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected