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

Method addOutput

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

Source from the content-addressed store, hash-verified

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);
143 if (_symbol == opConstant && attr.name() == attr_value) {

Callers 2

addOPNodeMethod · 0.45
mainMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected