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

Method getNodes

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

Source from the content-addressed store, hash-verified

26using namespace dnnc;
27
28bool dnnc::ioNode::getNodes(graph &g, std::vector<node *> &nodes,
29 bool matchInput) {
30 nodes = g.findNodesWithIO(_name, matchInput);
31 return bool(nodes.size());
32}
33
34bool dnnc::opNode::getNodes(graph &g, std::vector<node *> &nodes,
35 bool matchInput) {

Callers

nothing calls this directly

Calls 5

findNodesWithIOMethod · 0.80
sizeMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected