Skip to main content

Module striding

Module striding 

Source
Expand description

§Stride Utilities

Modules§

reshape

Structs§

StrideRecord
Collected shape/stride record.

Enums§

StrideError
Error describing striding issues.

Functions§

has_contiguous_row_major_strides
Check that the shape/stride layout is contiguous
has_pitched_row_major_strides
Check that the shape/stride layout is valid for ruda layout.
row_major_contiguous_strides
Construct row-major contiguous strides for a shape.
try_check_contiguous_row_major_strides
Validate that a shape/stride pair is contiguous and row-major.
try_check_matching_ranks
Validate that a shape/stride pair has matching ranks.
try_check_pitched_row_major_strides
Validate that a shape/stride pair is row-major and non-zero on all dimensions.