cupy.savetxt

cupy.savetxt(fname, X, *args, **kwargs)[source]

Save an array to a text file.

Note

Uses NumPy’s savetxt.

See also

numpy.savetxt()