[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod

2020-04-16 Thread GitBox
hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod URL: https://github.com/apache/incubator-mxnet/pull/18053#discussion_r409988276 ## File path: python/mxnet/numpy/multiarray.py ## @@ -10363,7 +10364,154 @@ def pad(x, pad_width=Non

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod

2020-04-16 Thread GitBox
hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod URL: https://github.com/apache/incubator-mxnet/pull/18053#discussion_r409992467 ## File path: src/operator/numpy/np_pad_op-inl.h ## @@ -122,6 +143,18 @@ struct NumpyPadParam : publ

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod

2020-04-16 Thread GitBox
hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod URL: https://github.com/apache/incubator-mxnet/pull/18053#discussion_r409992007 ## File path: src/api/operator/numpy/np_pad_op.cc ## @@ -0,0 +1,85 @@ + +/* + * Licensed to the Apac

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod

2020-04-16 Thread GitBox
hzfan commented on a change in pull request #18053: [Numpy] New FFIs for Operator: pad, prod URL: https://github.com/apache/incubator-mxnet/pull/18053#discussion_r409993623 ## File path: src/api/operator/numpy/np_broadcast_reduce_op_value.cc ## @@ -89,4 +89,50 @@ MXNET_REG