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

Method PushGraph

driver/cpu/cpu_driver.cpp:175–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void CPUDriver::PushGraph(CPUDevice* cpu_dev, DevContext* context)
176{
177 std::vector<cpu_task> task_list;
178
179 cpu_task task;
180
181 task.context = context;
182
183 task_list.emplace_back(task);
184
185 cpu_dev->PushMasterTask(task_list);
186}
187
188bool CPUDriver::Run(Device* dev, void* graph_handle)
189{

Callers

nothing calls this directly

Calls 1

PushMasterTaskMethod · 0.80

Tested by

no test coverage detected