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

Method ResetOutputNode

core/include/graph.hpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 input_nodes.clear();
84 }
85 void ResetOutputNode(void)
86 {
87 output_nodes.clear();
88 }
89
90 void SetName(const std::string& n)
91 {

Callers 3

SetGraphOutputNodeMethod · 0.80
set_graph_output_nodeFunction · 0.80
mainFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by 1

mainFunction · 0.64