Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ PrerunTask
Method
PrerunTask
executor/lib/dev_scheduler.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool SimpleScheduler::PrerunTask(GenericEngine*, DevExecutor* dev, SubgraphTask* task)
65
{
66
return dev->PrerunTask(task);
67
}
68
69
bool SimpleScheduler::PostrunTask(GenericEngine*, DevExecutor* dev, SubgraphTask* task)
70
{
Callers
1
Prerun
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected