Tokenize a string into an array of string parts and format identifier objects.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Test if an input value is an ndarray data type object.
Return the data type string associated with an ndarray data type enumeration constant.
Reorder ndarray dimensions and associated strides for loop interchange.
Determine if an ndarray data type can be safely cast to another ndarray data type.
Create a filled generic array.
Return the enumeration constant associated with a supported ndarray data type value.
Return an object mapping supported data type strings to data type objects.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the shape of a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Test whether an input value is the string representing column-major order.
List of ndarray orders.
Return the strides of a provided ndarray.
Test if an ndarray is read-only.
Return the description for a provided data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Return the underlying data buffer of a provided ndarray.
Test if an input value is an ndarray order.
Return the number of ndarray dimensions.
Determine if a buffer length is compatible with provided ndarray meta data.