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

Method GetOutputNum

core/include/node.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return inputs_.size();
67 }
68 unsigned int GetOutputNum(void) const
69 {
70 return outputs_.size();
71 }
72
73 int GetNodeIndex(void) const
74 {

Callers 15

GetNodeOutputNumMethod · 0.45
InferShapeMethod · 0.45
GetInputNodeTensorMethod · 0.45
GetOutputNodeTensorMethod · 0.45
do_merge_graphFunction · 0.45
get_node_output_tensorFunction · 0.45
get_node_output_numberFunction · 0.45
RemoveNodeMethod · 0.45
PopulateDynamicShapeMethod · 0.45
AllChildVisitedFunction · 0.45
ForwardBFSMethod · 0.45
BackwardBFSMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected