Return the layout order of a provided ndarray.
Return the description for a provided data type.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Return the shape of a provided ndarray.
Return the data type string associated with an ndarray data type enumeration constant.
Test if a value is ndarray-like.
Test if an input value is a supported built-in ndarray data type string.
Return the underlying data buffer of a provided ndarray.
Saves an ndarray as an image to a file
Split Cypress specs across parallel CI machines for speed
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the layout order of a provided ndarray.
Test if an input value is an ndarray order.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Convert an ndarray-like object to an object likely to have the same "shape".
Generate a stride array from an array shape.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Determine if a buffer length is compatible with provided ndarray meta data.
Return the shape of a provided ndarray.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
ndarray data buffer constructors.
Convert an ndarray to a generic array.