| 195 | void SetShape(const TensorShape& newShape) { m_Shape = newShape; } |
| 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; } |
no outgoing calls
no test coverage detected