Expand description
Copy/permutation operations on strided views.
Functionsยง
- copy_
into - Copy elements from source to destination:
dest[i] = src[i]. - copy_
into_ col_ major - Copy elements to a col-major destination.
- try_
fuse_ group - Try to fuse a contiguous dimension group into a single (total_size, innermost_stride).