mli opened a new issue #15330: [numpy] ndarray.reshape accepts a shape as *args
URL: https://github.com/apache/incubator-mxnet/issues/15330
 
 
   Based on numpy-0622's build
   
   The following codes work in numpy while not mxnet.np
   
   ```python
   a = np.zeros((2, 3))
   a.reshape(3, 2)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to