cupy.loadtxt#

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

Load data from a text file.

Note

Uses NumPy’s loadtxt and coerces the result to a CuPy array.

See also

numpy.loadtxt()