Back to Numerical Arrays (NumPy)
np.load
Load an array from a NPY file.
Syntax
np.load(file, _options?)
Description
Load an array from a NPY file.
Parameters
| Name | Description |
|---|---|
| file | - File path (Node.js), File object (browser), ArrayBuffer, or URL |
| _options(optional) | LoadOptions |
Returns
Promise<NDArray>