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

Method Release

executor/lib/graph_task.cpp:828–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828void SubgraphTask::Release(void)
829{
830 for(unsigned int i = 0; i < sub_graph->input_nodes.size(); i++)
831 {
832 Node* node = sub_graph->input_nodes[i];
833
834 ReleaseNodeInputWaitCounter(node);
835 }
836}
837
838bool SubgraphTask::SetAttr(const char* name, const void* val, int size)
839{

Callers 2

UnloadDeviceMethod · 0.45
ReclaimSubgraphTaskMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected