Returns the RowMajor layout shape
(self)
| 90 | |
| 91 | @property |
| 92 | def shape(self): |
| 93 | """ |
| 94 | Returns the RowMajor layout shape |
| 95 | """ |
| 96 | return _reverse_tuple(self.layout.shape) |
| 97 | |
| 98 | @property |
| 99 | def stride(self): |
nothing calls this directly
no test coverage detected