Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ EnableDump
Method
EnableDump
executor/lib/node_ops.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
static std::mutex node_dump_lock;
35
36
bool NodeOps::EnableDump(Node* node)
37
{
38
dump_enabled = true;
39
40
return true;
41
}
42
43
bool NodeOps::DisableDump(Node* node)
44
{
Callers
1
OnSetNodeDumpAttr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected