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

Method Postrun

executor/engine/generic_engine.cpp:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool GenericEngine::Postrun(exec_handle_t h)
142{
143 GraphTask* graph_task = any_cast<GraphTask*>(*h);
144
145 graph_task->Postrun();
146
147 graph_task->ReclaimSubgraphTask();
148
149 return true;
150}
151
152exec_status_t GenericEngine::GetStatus(exec_handle_t h)
153{

Callers

nothing calls this directly

Calls 1

ReclaimSubgraphTaskMethod · 0.80

Tested by

no test coverage detected