Module shape

Source
Expand description

Core types for representing multidimensional shapes and strides.

Structs§

Range
A range of indices, with a stride. Ranges are convertible from native Rust ranges.
SelectIterator
Iterator over subshapes obtained by fixing a prefix of dimensions.
Shape
A shape is a Slice with labeled dimensions and a selection API.

Enums§

ShapeError