Module slice

Module slice 

Source
Expand description

Tensor slice utilities.

Structs§

Slice
A slice specification for a single tensor dimension.

Enums§

SliceExpressionError
Common Parse Error.

Traits§

SliceArg
Trait for slice arguments that can be converted into an array of slices. This allows the slice method to accept both single slices (from s![..]) and arrays of slices (from s![.., ..] or [0..5, 1..3]).