DimSize returns size of given dimension
(dim int)
| 79 | |
| 80 | // DimSize returns size of given dimension |
| 81 | func (tsr *Bits) DimSize(dim int) int { return tsr.Shp.DimSize(dim) } |
| 82 | |
| 83 | // RowCellSize returns the size of the outer-most Row shape dimension, |
| 84 | // and the size of all the remaining inner dimensions (the "cell" size). |