Expand description
Tensor slice utilities.
Structs§
- Slice
- A slice specification for a single tensor dimension.
Enums§
- Slice
Expression Error - Common Parse Error.
Traits§
- Slice
Arg - Trait for slice arguments that can be converted into an array of slices.
This allows the
slicemethod to accept both single slices (froms![..]) and arrays of slices (froms![.., ..]or[0..5, 1..3]).