Device of the array.
Data type of the array.
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
Get handle of ndarray, check it is not null.
require handle is not null.
The handle.
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.