You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/04/16 23:03:50 UTC

[incubator-mxnet] branch master updated (7bef85e -> bd0816e)

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 7bef85e  [Numpy] Add ffi for np.sum, np.std, np.var, np.average and np.histogram (#17866)
     add bd0816e  Add np.linalg.qr backward (#18050)

No new revisions were added by this update.

Summary of changes:
 src/operator/numpy/linalg/np_qr-inl.h  | 132 +++++++++++++++++++++++++++++++++
 src/operator/numpy/linalg/np_qr.cc     |  10 ++-
 src/operator/numpy/linalg/np_qr.cu     |   3 +
 tests/python/unittest/test_numpy_op.py |  69 +++++++++++++++--
 4 files changed, 208 insertions(+), 6 deletions(-)