Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
using namespace dnnc;
27
28
void dnnc::graph::resetNodeMarks() {
29
for (node *n : _nodes)
30
n->resetMarks();
31
}
32
33
bool dnnc::graph::sanityCheck() {
34
bool result = true;
Callers
1
main
Method · 0.80
Calls
1
resetMarks
Method · 0.80
Tested by
no test coverage detected