cupy.fromfile

cupy.fromfile(*args, **kwargs)[source]

Reads an array from a file.

Note

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

See also

numpy.fromfile()