Reorder ndarray dimensions and associated strides for loop interchange.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Convert a scalar value to a zero-dimensional ndarray.
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.
Canvas convolution filters
Resolve a loop block size for multi-dimensional array tiled loops.
Return the number of elements in an ndarray.
Statistical moments of ndarrays
Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation
Create a function for performing a reduction on a provided ndarray.
Data visualization toolkit
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
Get 4-channel pixels array from an ndarray or nested array
Serialize ndarray meta data.
Fill an input ndarray according to a callback function.
Constructor for performing a reduction on an input ndarray.
Fill an input ndarray according to a callback function.
Displays an ndarray as an image
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
Remove singleton dimensions from an ndarray
Add singleton dimensions to an ndarray
Concatenate ndarrays by row (along the first dimension)