Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SetGraphInputNode
Method · 0.80
set_graph_input_node
Function · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected