Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ StopDump
Method
StopDump
executor/lib/node_ops.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
bool NodeOps::StopDump(Node* node)
80
{
81
dump_started = false;
82
83
return true;
84
}
85
86
int NodeOps::GetDump(Node* node, void** buf, int buf_size)
87
{
Callers
1
OnSetNodeDumpAttr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected