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

Method RemoveOutputPort

core/include/node.hpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }
255
256 bool RemoveOutputPort(int idx)
257 {
258 return RemoveNodePort(outputs_, idx);
259 }
260
261 bool RemoveInputPort(int idx)
262 {

Callers 2

RemoveTensorMethod · 0.80
ReplaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected