Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetNumInputSlots
Method
GetNumInputSlots
src/armnn/SubgraphView.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
unsigned int SubgraphView::GetNumInputSlots() const
272
{
273
return armnn::numeric_cast<unsigned int>(m_IInputSlots.size());
274
}
275
276
unsigned int SubgraphView::GetNumOutputSlots() const
277
{
Callers
1
SubgraphView
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected