MCPcopy 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
246const IInputSlot* SubgraphView::GetIInputSlot(unsigned int index) const
247{
248 return m_IInputSlots.at(index);
249}
250
251IInputSlot* SubgraphView::GetIInputSlot(unsigned int index)
252{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected