Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetGraphOutputNode
Method · 0.80
set_graph_output_node
Function · 0.80
main
Function · 0.80
Calls
1
clear
Method · 0.80
Tested by
1
main
Function · 0.64