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

Method StartDump

executor/lib/node_ops.cpp:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool NodeOps::StartDump(Node* node)
67{
68 if(!dump_enabled)
69 {
70 set_tengine_errno(EINVAL);
71 return false;
72 }
73
74 dump_started = true;
75
76 return true;
77}
78
79bool NodeOps::StopDump(Node* node)
80{

Callers 1

OnSetNodeDumpAttrMethod · 0.80

Calls 1

set_tengine_errnoFunction · 0.85

Tested by

no test coverage detected