Gets the shape/dimension of the memory
| 95 | |
| 96 | /// Gets the shape/dimension of the memory |
| 97 | af::dim4 dims() const noexcept { return m_dims; } |
| 98 | |
| 99 | /// Gets the stride of the memory |
| 100 | af::dim4 strides() const noexcept { return m_strides; } |
no outgoing calls
no test coverage detected