MCPcopy 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

34static std::mutex node_dump_lock;
35
36bool NodeOps::EnableDump(Node* node)
37{
38 dump_enabled = true;
39
40 return true;
41}
42
43bool NodeOps::DisableDump(Node* node)
44{

Callers 1

OnSetNodeDumpAttrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected