[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17857: [Numpy] FFI: sort, argsort, vstack etc

2020-04-30 Thread GitBox
hzfan commented on a change in pull request #17857: URL: https://github.com/apache/incubator-mxnet/pull/17857#discussion_r418041632 ## File path: src/api/operator/numpy/np_elemwise_broadcast_logic_op.cc ## @@ -71,4 +71,12 @@ MXNET_REGISTER_API("_npi.less_equal") UFuncHelper(

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #17857: [Numpy] FFI: sort, argsort, vstack

2020-03-29 Thread GitBox
hzfan commented on a change in pull request #17857: [Numpy] FFI: sort, argsort, vstack URL: https://github.com/apache/incubator-mxnet/pull/17857#discussion_r399910952 ## File path: src/api/operator/numpy/np_ordering_op.cc ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache