Skip to main content

Module segmentation

Module segmentation 

Source
Expand description

CSR-style segmentation primitive for grouping elements into segments.

Segmentation stores an offset array where offsets[i]..offsets[i+1] is the element range for segment i. This is the same layout as a Compressed Sparse Row (CSR) row-pointer array.

Structsยง

Segmentation
CSR-style segmentation: groups elements into segments via offset array.