MCPcopy Create free account
hub / github.com/OAID/Tengine / ResetInputNode

Method ResetInputNode

core/include/graph.hpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 bool AddOutputNode(const std::string& node_name);
80
81 void ResetInputNode(void)
82 {
83 input_nodes.clear();
84 }
85 void ResetOutputNode(void)
86 {
87 output_nodes.clear();

Callers 2

SetGraphInputNodeMethod · 0.80
set_graph_input_nodeFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected