Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ BindDevice
Method
BindDevice
executor/lib/node_dev_executor.cpp:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void NodeExecutor::BindDevice(Device* device)
340
{
341
NodeDevice* dev = dynamic_cast<NodeDevice*>(device);
342
backend_dev_ = dev;
343
}
344
345
bool NodeExecutor::DevStart(void)
346
{
Callers
1
LoadDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected