This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b001006 add npx.broadcast_like (#17605)
add 2cf8e0f ffi invocation: expand_dims, tril, diff, broadcast_to (#17738)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 10 +++----
..._init_op.cc => np_broadcast_reduce_op_value.cc} | 33 +++++++++-------------
.../{np_elemwise_broadcast_op.cc => np_diff_op.cc} | 27 ++++++++++++------
...np_elemwise_broadcast_op.cc => np_matrix_op.cc} | 26 +++++++++++------
.../{np_elemwise_broadcast_op.cc => np_tril_op.cc} | 26 +++++++++++------
src/operator/numpy/np_diff-inl.h | 10 +++++--
src/operator/numpy/np_tril_op-inl.h | 6 ++++
src/operator/tensor/broadcast_reduce_op.h | 5 ++++
src/operator/tensor/matrix_op-inl.h | 7 +++++
9 files changed, 100 insertions(+), 50 deletions(-)
copy src/api/operator/numpy/{np_init_op.cc => np_broadcast_reduce_op_value.cc}
(60%)
copy src/api/operator/numpy/{np_elemwise_broadcast_op.cc => np_diff_op.cc}
(63%)
copy src/api/operator/numpy/{np_elemwise_broadcast_op.cc => np_matrix_op.cc}
(63%)
copy src/api/operator/numpy/{np_elemwise_broadcast_op.cc => np_tril_op.cc}
(65%)