mxnet.np.genfromtxt

genfromtxt(*args, **kwargs)

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.