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

Method GetInputNum

core/include/node.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 unsigned int GetInputNum(void) const
65 {
66 return inputs_.size();
67 }
68 unsigned int GetOutputNum(void) const
69 {
70 return outputs_.size();

Callers 15

GetNodeInputNumMethod · 0.45
InferShapeMethod · 0.45
check_graph_inputsFunction · 0.45
do_merge_graphFunction · 0.45
get_node_input_tensorFunction · 0.45
get_node_input_numberFunction · 0.45
RemoveNodeMethod · 0.45
AllInputVisitedFunction · 0.45
BackwardBFSMethod · 0.45
GetInputTensorMethod · 0.45
ReplaceMethod · 0.45
SaveTmNodeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

mainFunction · 0.36