This is an automated email from the ASF dual-hosted git repository.

reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 85d3ef3  Lamb optimizer update (#16715)
     add 11edb70  [Numpy] Add NumPy support for np.linalg.det and 
np.linalg.slogdet (#16800)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/linalg.py               | 112 ++++++++++++++++++++-
 python/mxnet/numpy/linalg.py                       | 112 ++++++++++++++++++++-
 python/mxnet/symbol/numpy/linalg.py                | 112 ++++++++++++++++++++-
 src/operator/tensor/la_op-inl.h                    |  12 +++
 src/operator/tensor/la_op.cc                       |   2 +
 src/operator/tensor/la_op.h                        |  14 ++-
 .../python/unittest/test_numpy_interoperability.py |  12 +++
 tests/python/unittest/test_numpy_op.py             | 100 ++++++++++++++++++
 8 files changed, 470 insertions(+), 6 deletions(-)

Reply via email to