Contents

MLShapedArraySlice

A multidimensional subset of elements from a shaped array type.

Declaration

struct MLShapedArraySlice<Scalar> where Scalar : MLShapedArrayScalar

Topics

Creating a shaped array slice

Creating a shaped array slice from another type

Creating a shaped array slice with pointers to memory

Creating a shaped array slice with data

Shaping the array slice

Modifying a shaped array type

Encoding and decoding an array slice

Default Implementations

See Also

Supporting types