| 303 | unsigned int GetNumDimensions() const { return m_Info.GetNumDimensions(); } |
| 304 | unsigned int GetNumBytes() const { return m_Info.GetNumBytes(); } |
| 305 | unsigned int GetNumElements() const { return m_Info.GetNumElements(); } |
| 306 | |
| 307 | MemoryType GetMemoryArea() const { return m_MemoryArea; } |
| 308 |
nothing calls this directly
no test coverage detected