Multidimensional Arrays
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the data type of an ndarray data buffer.
Test if an input value is a supported ndarray unsigned integer data type.
Test if an input value is a supported ndarray boolean data type.
Test whether two values are equal data types.
Create a zero-filled ndarray having a specified shape and data type.
Data type constructor.
Test if an ndarray is read-only.
Finds the gradient of an ndarray using finite differences
Test if an input value is a supported ndarray real-valued floating-point data type.
Test if an input value is a supported ndarray integer data type.
ndarray-pixels
Test if an input value is a supported ndarray integer index data type.
Test if an input value is a supported ndarray numeric data type.
List of output ndarray data type policies.
Test if an input value is a supported ndarray signed integer data type.
Test whether an input value is the string representing row-major order.
Test if an input value is a supported ndarray mask index data type.
Test if an input value is a supported ndarray output data type policy.
Test if an input value is a supported ndarray struct data type.
Generate pseudorandom numbers drawn from a discrete uniform distribution.
Resolve the output ndarray data type for a binary function.