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

Method GetNumOutputSlots

src/armnn/SubgraphView.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276unsigned int SubgraphView::GetNumOutputSlots() const
277{
278 return armnn::numeric_cast<unsigned int>(m_IOutputSlots.size());
279}
280
281const SubgraphView::IConnectableLayers& SubgraphView::GetIConnectableLayers() const
282{

Callers 2

SubgraphViewMethod · 0.45
GetWorkingCopyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected