[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010664 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010277 ## File path: src/api/operator/numpy/np_histogram_op.cc ## @@ -0,0 +1,81 @@ +/*

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010064 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1734,13 +1734,13 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average

2020-04-01 Thread GitBox
haojin2 commented on a change in pull request #17866: [Numpy] Add ffi for np.sum, np.std, np.var and np.average URL: https://github.com/apache/incubator-mxnet/pull/17866#discussion_r402010010 ## File path: include/mxnet/runtime/ffi_helper.h ## @@ -99,6 +99,24 @@ class