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 a8b31a2  Fix InferAttr/InferShapeAttr not calling inference for all 
nodes in a graph (#16836)
     add ece027c  add numpy op diagflat [numpy] (#16813)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                      |  38 +++++-
 python/mxnet/numpy_dispatch_protocol.py            |   1 +
 src/operator/numpy/np_matrix_op-inl.h              | 127 +++++++++++++++++++++
 src/operator/numpy/np_matrix_op.cc                 |  23 ++++
 src/operator/numpy/np_matrix_op.cu                 |   6 +
 .../python/unittest/test_numpy_interoperability.py |  29 +++++
 tests/python/unittest/test_numpy_op.py             |  42 +++++++
 7 files changed, 265 insertions(+), 1 deletion(-)

Reply via email to