[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r369860563 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,272 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-15 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r367163259 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -6023,6 +6023,159 @@ def nonzero(a): return

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364661074 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -5680,6 +5680,49 @@ def test_np_share_memory():

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364660946 ## File path: tests/python/unittest/test_numpy_interoperability.py ## @@ -156,6 +156,20 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364660646 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -558,6 +558,202 @@ void TopKImpl(const RunContext

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364660488 ## File path: src/operator/tensor/ordering_op-inl.h ## @@ -558,6 +558,202 @@ void TopKImpl(const RunContext

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364659372 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364658691 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364658195 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364658344 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364657942 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-09 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r364656365 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-07 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r363908323 ## File path: src/operator/numpy/np_percentile_op.cu ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache