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

Method outputNodes

include/graph/node.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 std::vector<size_t> shape() { return _shape; }
109
110 bool outputNodes(graph &g, std::vector<node *> &nodes) override {
111 return getNodes(g, nodes, true);
112 };
113 bool inputNodes(graph &g, std::vector<node *> &nodes) override {
114 return getNodes(g, nodes, false);
115 }

Callers 4

writeMethod · 0.45
sanityCheckMethod · 0.45
propagateMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected