cupy.loadtxt#

cupy.loadtxt(*args, **kwargs)[source]#

从文本文件加载数据。

注意

使用 NumPy 的 loadtxt 并将结果强制转换为 CuPy 数组。

另请参阅

numpy.loadtxt()