| 196 | |
| 197 | unsigned int GetNumDimensions() const { return m_Shape.GetNumDimensions(); } |
| 198 | unsigned int GetNumElements() const { return m_Shape.GetNumElements(); } |
| 199 | |
| 200 | DataType GetDataType() const { return m_DataType; } |
| 201 | void SetDataType(DataType type) { m_DataType = type; } |
no outgoing calls