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

Method GetOutputSize

tests/InferenceModel.hpp:538–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 unsigned int GetOutputSize(unsigned int outputIndex = 0u) const
539 {
540 CheckOutputIndexIsValid(outputIndex);
541 return m_OutputBindings[outputIndex].second.GetNumElements();
542 }
543
544 std::chrono::duration<double, std::milli> Run(
545 const std::vector<armnnUtils::TContainer>& inputContainers,

Callers 1

mainFunction · 0.80

Calls 1

GetNumElementsMethod · 0.45

Tested by

no test coverage detected