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

Method IsInputLayer

src/armnn/SubgraphViewSelector.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 1

SelectSubgraphsMethod · 0.80

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected