NDArray.astype, Returns a copy of the array after casting to a specified type. ... dtype=float32) >>> y = x.reshape((3,2)) >>> y.asnumpy() array([[ 0., 1.] ...
確定! 回上一頁