Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetNodeInputNum
Method · 0.45
InferShape
Method · 0.45
check_graph_inputs
Function · 0.45
do_merge_graph
Function · 0.45
get_node_input_tensor
Function · 0.45
get_node_input_number
Function · 0.45
RemoveNode
Method · 0.45
AllInputVisited
Function · 0.45
BackwardBFS
Method · 0.45
GetInputTensor
Method · 0.45
Replace
Method · 0.45
SaveTmNode
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
main
Function · 0.36