All
Represents selection of the entire dimension.
All slices select every element along a dimension, equivalent to Python's tensor[:] notation. This is useful for explicit specification of unchanged dimensions in multi-dimensional slicing operations.
Characteristics
Preserves dimension size
No coordinate transformation needed
Identity mapping for the dimension
Natural stride pattern