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

Method CPUDevice

driver/cpu/cpu_driver.hpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69{
70public:
71 CPUDevice(const char* dev_name, const struct cpu_info* dev_def) : Device(dev_name), cpu_info_(dev_def)
72 {
73 master_thread_ = nullptr;
74 done_ = 0;
75 request_ = 0;
76
77 /* backend runner */
78 backend_runner_.AttachCPUDevice(this);
79 }
80
81 virtual ~CPUDevice()
82 {

Callers

nothing calls this directly

Calls 1

AttachCPUDeviceMethod · 0.80

Tested by

no test coverage detected