mlx.core.save# mlx.core.save(file: str, arr: array)# Save the array to a binary file in .npy format. Parameters: file (str) – File to which the array is saved arr (array) – Array to be saved.