DimSize returns size of given dimension
(dim int)
| 40 | |
| 41 | // DimSize returns size of given dimension |
| 42 | DimSize(dim int) int |
| 43 | |
| 44 | // RowCellSize returns the size of the outer-most Row shape dimension, |
| 45 | // and the size of all the remaining inner dimensions (the "cell" size). |
no outgoing calls