Returns the bound of the tile in the given dimension index.
| 51 | |
| 52 | // Returns the bound of the tile in the given dimension index. |
| 53 | int64 dimension(int i) const { return dimensions_.at(i); } |
| 54 | |
| 55 | // Returns the dimensions of the tile. |
| 56 | absl::Span<const int64> dimensions() const { return dimensions_; } |