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

Method beginIConnectable

src/armnn/SubgraphView.cpp:297–300  ·  view source on GitHub ↗

IConnectable Duplication to maintain backwards compatibility

Source from the content-addressed store, hash-verified

295
296// IConnectable Duplication to maintain backwards compatibility
297SubgraphView::IConnectableLayerIterator SubgraphView::beginIConnectable()
298{
299 return m_IConnectableLayers.begin();
300}
301
302SubgraphView::IConnectableLayerIterator SubgraphView::endIConnectable()
303{

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected