I tried reproducing the issue. Seems like whenever we want to try to create a ndarray from numpy array, the dtype defaults to float32 regardless of dtype of the input numpy array and this is according to the default definition here https://github.com/apache/incubator-mxnet/blob/91730fdb6180ddcc3ab171df72c37f0ac15b59fd/python/mxnet/ndarray/ndarray.py#L2406 This is the reason for failure of this test too. #12310
Will be good to have this feature. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12268 ] This message was relayed via gitbox.apache.org for [email protected]
