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

Method DevRun

driver/cpu/cpu_executor.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool CPUExecutor::DevRun(void* graph_handle)
86{
87 auto f = std::bind(&CPUExecutor::OnSubgraphDone, this, std::placeholders::_1, std::placeholders::_2);
88
89 backend_dev_->SetGraphDoneHook(graph_handle, dev_graph_cb_t(f));
90
91 return backend_dev_->Run(graph_handle);
92}
93
94bool CPUExecutor::DevSyncRun(void* graph_handle)
95{

Callers

nothing calls this directly

Calls 2

SetGraphDoneHookMethod · 0.45
RunMethod · 0.45

Tested by

no test coverage detected