MCPcopy 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
339void NodeExecutor::BindDevice(Device* device)
340{
341 NodeDevice* dev = dynamic_cast<NodeDevice*>(device);
342 backend_dev_ = dev;
343}
344
345bool NodeExecutor::DevStart(void)
346{

Callers 1

LoadDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected