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

Method GetWidth

tests/InferenceTestImage.hpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 InferenceTestImage& operator=(InferenceTestImage&&) = delete;
74
75 unsigned int GetWidth() const { return m_Width; }
76 unsigned int GetHeight() const { return m_Height; }
77 unsigned int GetNumChannels() const { return m_NumChannels; }
78 unsigned int GetNumElements() const { return GetWidth() * GetHeight() * GetNumChannels(); }

Callers 7

GetTestCaseDataMethod · 0.45
StbResizeMethod · 0.45
GetTestCaseDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected