mxnet.numpy.io¶
I/O functions for ndarrays.
Functions
|
This is a wrapper of the official NumPy's genfromtxt function. |
- mxnet.numpy.io.genfromtxt(*args, **kwargs)[source]¶
This is a wrapper of the official NumPy’s genfromtxt function. Please refer to the documentation here https://docs.scipy.org/doc/numpy/reference/generated/numpy.genfromtxt.html.
Notes
This function has added an additional parameter device which allows to create ndarrays on the user-specified device.