cupynumeric.ndarray.dump#
- ndarray.dump(file)#
Dump a pickle of the array to the specified file.
The array can be read back with pickle.load or cupynumeric.load.
- Parameters:
file (str or pathlib.Path) – A string naming the dump file.
- Availability:
Single CPU