Test if an ndarray is read-only.
Broadcast a scalar value to an ndarray having a specified shape.
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.
Given a stride array, determine whether an array is column-major.
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.
Create a zero-filled ndarray having a specified shape and data type.
Test if an input value is a supported ndarray struct data type.
Determine if an array is row-major contiguous.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.
Resolve the output ndarray data type for a binary function.
TypeScript definitions for ndarray
Resolve a loop block size for multi-dimensional array tiled loops.
Determine if an array is compatible with a single memory segment.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Create an uninitialized ndarray having a specified shape and data type.
Convert a scalar value to a zero-dimensional ndarray.