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