Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
void NodeExecutor::ProcessTask(const NodeTask& task)
176
{
177
backend_dev_->Run(task.dev_context, task.node);
178
}
179
180
void NodeExecutor::OnNodeDone(NodeContext* context, Node* node, bool exec_success)
181
{
Callers
nothing calls this directly
Calls
1
Run
Method · 0.45
Tested by
no test coverage detected