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

Method addInput

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

Source from the content-addressed store, hash-verified

137 ~opNode() {}
138
139 void addInput(std::string n) { _inputs.push_back(n); }
140 void addOutput(std::string n) { _outputs.push_back(n); }
141 void addAttribute(nodeAttribute &attr) {
142 _attributes.push_back(attr);

Callers 2

addOPNodeMethod · 0.45
mainMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected