[GitHub] piiswrong commented on a change in pull request #10360: extend ndarray in-place reshape

2018-04-02 Thread GitBox
piiswrong commented on a change in pull request #10360: extend ndarray in-place reshape URL: https://github.com/apache/incubator-mxnet/pull/10360#discussion_r178609880 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -996,10 +994,10 @@ def reshape(self, *shape,

[GitHub] piiswrong commented on a change in pull request #10360: extend ndarray in-place reshape

2018-04-02 Thread GitBox
piiswrong commented on a change in pull request #10360: extend ndarray in-place reshape URL: https://github.com/apache/incubator-mxnet/pull/10360#discussion_r178609994 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -943,13 +943,8 @@ def reshape(self, *shape,