[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341962676 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -398,6 +399,353 @@ void ReduceAx

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341962909 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -398,6 +399,353 @@ void ReduceAx

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341961812 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -398,6 +399,353 @@ void ReduceAx

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341961427 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -597,6 +597,98 @@ def _test_np_except

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341961190 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -597,6 +597,98 @@ def _test_np_except

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341960828 ## File path: src/operator/numpy/np_broadcast_reduce_op_value.cc ## @@ -249,6 +250,76 @@ inline

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341960103 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -398,6 +399,353 @@ void ReduceAx

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341959031 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -38,7 +38,8 @@ 'argmin', 'std'

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341959427 ## File path: src/operator/numpy/np_broadcast_reduce_op.h ## @@ -398,6 +399,353 @@ void ReduceAx

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average'

2019-11-04 Thread GitBox
haojin2 commented on a change in pull request #16720: [Numpy] Implement numpy operator 'average' URL: https://github.com/apache/incubator-mxnet/pull/16720#discussion_r341958468 ## File path: include/mxnet/tensor_blob.h ## @@ -148,6 +148,43 @@ class TBlob { TBlob(const m