Device of the array.
Data type of the array.
Internal array handle.
Number of dimensions.
Shape of the array.
Copy data from another NDArray or javascript array. The number of elements must match.
The source data array.
this
Copy data from raw bytes.
Uint8Array of bytes.
this
Return a TypedArray copy of the NDArray, the specific type depends on the dtype of the NDArray.
The result array.
Return a copied Uint8Array of the raw bytes in the NDArray.
The result array.
Generated using TypeDoc
n-dimnesional array.