[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min

2019-08-15 Thread GitBox
haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314591015 ## File path: src/operator/numpy/np_broadcast_reduce_op_value.cc ## @@ -77,9 +77,9 @@ NNVM_REGIST

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min

2019-08-15 Thread GitBox
haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314588556 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -1653,7 +1653,7 @@ def linspace(start, s

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min

2019-08-15 Thread GitBox
haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314588331 ## File path: python/mxnet/ndarray/numpy/linalg.py ## @@ -19,50 +19,184 @@ from __future__ imp

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min

2019-08-15 Thread GitBox
haojin2 commented on a change in pull request #15753: Numpy add numpy linalg norm and numpy min URL: https://github.com/apache/incubator-mxnet/pull/15753#discussion_r314588267 ## File path: python/mxnet/ndarray/numpy/linalg.py ## @@ -19,50 +19,184 @@ from __future__ imp