MCPcopy Create free account
hub / github.com/OAID/Tengine / InitHW

Method InitHW

executor/include/device_driver.hpp:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 /* control interface */
596
597 bool InitHW(void)
598 {
599 return driver_->InitializeDevice(this);
600 }
601 bool ReleaseHW(void)
602 {
603 return driver_->ReleaseDevice(this);

Callers

nothing calls this directly

Calls 1

InitializeDeviceMethod · 0.45

Tested by

no test coverage detected