Learn Before
Code
mxnet.np.array()
The np.array() function within the mxnet.np module is used to convert standard Python data structures or NumPy arrays into MXNet's native tensor format. This enables datasets to be processed by MXNet's deep learning algorithms.
0
1
Updated 2026-05-01
Tags
D2L
Dive into Deep Learning @ D2L