Return the strides of a provided ndarray.
Return the strides of a provided ndarray.
Return the shape of a provided ndarray.
Return the shape of a provided ndarray.
Return the number of ndarray dimensions.
Test if a value is ndarray-like.
Assign elements in an input ndarray to elements in an output ndarray.
Return the layout order of a provided ndarray.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Saves an ndarray as an image to a file
Determine if an ndarray data type can be safely cast to another ndarray data type.
Convert an ndarray to a generic array.
Return the flags of a provided ndarray.
Convert an ndarray-like object to an ndarray.
Create a contiguous linear ndarray data buffer.
Return the layout order of a provided ndarray.
Convert an ndarray buffer to a generic array.
Return the underlying data buffer of a provided ndarray.
Return the underlying data buffer of a provided ndarray.
Test if an input value is an ndarray order.
Return the data type of a provided ndarray.
Return the data type of a provided ndarray.
Return the enumeration constant associated with an ndarray data type string.
Test if an input value is a supported ndarray data type.