MCPcopy 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
64bool SimpleScheduler::PrerunTask(GenericEngine*, DevExecutor* dev, SubgraphTask* task)
65{
66 return dev->PrerunTask(task);
67}
68
69bool SimpleScheduler::PostrunTask(GenericEngine*, DevExecutor* dev, SubgraphTask* task)
70{

Callers 1

PrerunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected