cupy.fromstring

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

A new 1-D array initialized from text data in a string.

Note

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