Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetNodeOutputNum
Method · 0.45
InferShape
Method · 0.45
GetInputNodeTensor
Method · 0.45
GetOutputNodeTensor
Method · 0.45
do_merge_graph
Function · 0.45
get_node_output_tensor
Function · 0.45
get_node_output_number
Function · 0.45
RemoveNode
Method · 0.45
PopulateDynamicShape
Method · 0.45
AllChildVisited
Function · 0.45
ForwardBFS
Method · 0.45
BackwardBFS
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected