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

Method GetInputSize

tests/InferenceModel.hpp:532–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530 }
531
532 unsigned int GetInputSize(unsigned int inputIndex = 0u) const
533 {
534 CheckInputIndexIsValid(inputIndex);
535 return m_InputBindings[inputIndex].second.GetNumElements();
536 }
537
538 unsigned int GetOutputSize(unsigned int outputIndex = 0u) const
539 {

Callers

nothing calls this directly

Calls 1

GetNumElementsMethod · 0.45

Tested by

no test coverage detected