cupy.genfromtxt#

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

Load data from text file, with missing values handled as specified.

Note

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