MCPcopy 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
271unsigned int SubgraphView::GetNumInputSlots() const
272{
273 return armnn::numeric_cast<unsigned int>(m_IInputSlots.size());
274}
275
276unsigned int SubgraphView::GetNumOutputSlots() const
277{

Callers 1

SubgraphViewMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected