MCPcopy 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

LoadDeviceMethod · 0.45
DevStartMethod · 0.45

Calls 1

StartDeviceMethod · 0.45

Tested by

no test coverage detected