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

Method GetNumInputs

src/armnn/Descriptors.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465uint32_t Convolution3dDescriptor::GetNumInputs() const
466{
467 return armnn::GetNumInputs(m_BiasEnabled);
468}
469
470uint32_t Convolution2dDescriptor::GetNumInputs() const
471{

Callers

nothing calls this directly

Calls 1

GetNumInputsFunction · 0.70

Tested by

no test coverage detected