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

Method ProcessTask

executor/lib/node_dev_executor.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void NodeExecutor::ProcessTask(const NodeTask& task)
176{
177 backend_dev_->Run(task.dev_context, task.node);
178}
179
180void NodeExecutor::OnNodeDone(NodeContext* context, Node* node, bool exec_success)
181{

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected