Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
size_t IOptimizedNetwork::GetNumInputs() const
733
{
734
return pOptimizedNetworkImpl->GetNumInputs();
735
}
736
737
size_t IOptimizedNetwork::GetNumOutputs() const
738
{
Callers
15
ParseConvolution2d
Method · 0.45
ParseConvolution3d
Method · 0.45
ParseDepthwiseConvolution2d
Method · 0.45
ParseFullyConnected
Method · 0.45
ClDepthwiseConvolutionWorkload
Method · 0.45
ClFullyConnectedWorkload
Method · 0.45
NeonFullyConnectedWorkload
Method · 0.45
DetectionPostProcess.cpp
File · 0.45
LoadedNetwork
Method · 0.45
EnqueueWorkload
Method · 0.45
ImportInputs
Method · 0.45
FullyConnectedLayer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected