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

Method GetNumInputs

src/armnn/Network.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732size_t IOptimizedNetwork::GetNumInputs() const
733{
734 return pOptimizedNetworkImpl->GetNumInputs();
735}
736
737size_t IOptimizedNetwork::GetNumOutputs() const
738{

Callers 15

ParseConvolution2dMethod · 0.45
ParseConvolution3dMethod · 0.45
ParseFullyConnectedMethod · 0.45
LoadedNetworkMethod · 0.45
EnqueueWorkloadMethod · 0.45
ImportInputsMethod · 0.45
FullyConnectedLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected