Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ RemoveInputPort
Method
RemoveInputPort
core/include/node.hpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
bool RemoveInputPort(int idx)
262
{
263
return RemoveNodePort(inputs_, idx);
264
}
265
266
bool RemoveNodePort(std::vector<NodePortPtr>& port_list, int idx)
267
{
Callers
1
RemoveTensor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected