MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetIOutputSlot

Method GetIOutputSlot

src/armnn/SubgraphView.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256const IOutputSlot* SubgraphView::GetIOutputSlot(unsigned int index) const
257{
258 return m_IOutputSlots.at(index);
259}
260
261OutputSlot* SubgraphView::GetOutputSlot(unsigned int index)
262{

Callers 2

OptimizeSubgraphViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected