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

Method GetOutputPort

core/include/node.hpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 const NodePort* GetOutputPort(int idx) const
162 {
163 const NodePort* ptr = GetNodePort(outputs_, idx);
164
165 if(ptr == nullptr)
166 return nullptr;
167
168 return ptr;
169 }
170
171 NodePort* GetOutputPort(int idx)
172 {

Callers 6

set_node_output_tensorFunction · 0.80
CreateNodeFromStaticMethod · 0.80
PopulateDynamicShapeMethod · 0.80
AllChildVisitedFunction · 0.80
ReplaceMethod · 0.80
AddConstNodeToSubGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected