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

Method GetInputPort

core/include/node.hpp:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 NodePort* GetInputPort(int idx)
123 {
124 NodePort* ptr = GetNodePort(inputs_, idx);
125
126 if(ptr == nullptr)
127 return nullptr;
128
129 return ptr;
130 }
131 const NodePort* GetInputPort(int idx) const
132 {
133 const NodePort* ptr = GetNodePort(inputs_, idx);

Callers 6

set_node_input_tensorFunction · 0.80
SetupConnectionMethod · 0.80
AllInputVisitedFunction · 0.80
ReplaceMethod · 0.80
AddConstNodeToSubGraphFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected