Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetIInputSlot
Method
GetIInputSlot
src/armnn/SubgraphView.cpp:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
const IInputSlot* SubgraphView::GetIInputSlot(unsigned int index) const
247
{
248
return m_IInputSlots.at(index);
249
}
250
251
IInputSlot* SubgraphView::GetIInputSlot(unsigned int index)
252
{
Callers
1
SubgraphViewTests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected