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

Method PostrunTask

executor/lib/dev_scheduler.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool SimpleScheduler::PostrunTask(GenericEngine*, DevExecutor* dev, SubgraphTask* task)
70{
71 dev->PostrunTask(task);
72
73 return true;
74}
75
76bool SimpleScheduler::AbortTask(GenericEngine* engine, DevExecutor* dev, SubgraphTask* task)
77{

Callers 2

PostrunMethod · 0.45
ReclaimSubgraphTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected