szha commented on issue #18805: URL: https://github.com/apache/incubator-mxnet/issues/18805#issuecomment-670828174
While this design made a difference when we needed to program in the symbolic way, since in 2.0 the array interface provides eager type inference, our array can behave just like numpy ndarray so this design shouldn't be required anymore. As such, I'm leaning towards that it's still better to be as consistent with the numpy API as possible in the `np` module. ---------------------------------------------------------------- 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]
