ziyuang commented on issue #14717: An empty NDArray should have size 0 URL: https://github.com/apache/incubator-mxnet/pull/14717#issuecomment-486620145 > Can you confirm that an empty shape represents an empty ndarray in cpp-package? In Python and C++ backend, an empty shape actually represents a scalar tensor. The expected behavior is to return 0 when the array is empty; now I do this check directly without touching the shape vector.
---------------------------------------------------------------- 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
