mlx.core.savez_compressed# savez_compressed(file: file | str | Path, *args, **kwargs)# Save several arrays to a binary file in compressed .npz format. 參數: file (file, str, Path) -- Path to file to which the arrays are saved. *args (arrays) -- Arrays to be saved. **kwargs (arrays) -- Arrays to be saved. Each array will be saved with the associated keyword as the output file name.