cupy.savetxt#

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

将数组保存到文本文件。

注意

使用 NumPy 的 savetxt

另请参阅

numpy.savetxt()