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

Method inputs

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

Source from the content-addressed store, hash-verified

161 DNNC_DataType dtype() override { return _dtype; }
162
163 std::vector<std::string> inputs() { return _inputs; }
164 std::vector<std::string> outputs() { return _outputs; }
165 bool inputNodes(graph &g, std::vector<node *> &nodes) override {
166 return getNodes(g, nodes, true);

Callers 3

writeMethod · 0.45
modelInputsMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected