| 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(); } |
no outgoing calls
no test coverage detected