MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / resetNodeMarks

Method resetNodeMarks

src/graph/graph.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace dnnc;
27
28void dnnc::graph::resetNodeMarks() {
29 for (node *n : _nodes)
30 n->resetMarks();
31}
32
33bool dnnc::graph::sanityCheck() {
34 bool result = true;

Callers 1

mainMethod · 0.80

Calls 1

resetMarksMethod · 0.80

Tested by

no test coverage detected