Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetNumInputs
Function
GetNumInputs
src/armnn/Descriptors.cpp:455–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
}
454
455
uint32_t GetNumInputs(bool biasEnabled)
456
{
457
unsigned int numInputs = 2;
458
if (biasEnabled)
459
{
460
numInputs = 3;
461
}
462
return numInputs;
463
}
464
465
uint32_t Convolution3dDescriptor::GetNumInputs() const
466
{
Callers
1
GetNumInputs
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected