| 193 | } |
| 194 | |
| 195 | bool IsInputLayer() const |
| 196 | { |
| 197 | return m_Layer->GetType() == armnn::LayerType::Input || m_Layer->GetType() == armnn::LayerType::Constant; |
| 198 | } |
| 199 | |
| 200 | void CollectNonSelectedInputs(LayerSelectionInfo::LayerInfoContainer& layerInfos, |
| 201 | SubgraphView::IInputSlots& inputSlots) |
no test coverage detected