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 b65db3c  [Large Tensor] Add LT support for NN optimizers and 1 
activation function (#17444)
     add 9aa5088  [numpy]implement exponential backward (#17401)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/random.py           |  9 ++--
 python/mxnet/numpy/random.py                   |  4 +-
 python/mxnet/symbol/numpy/random.py            |  9 ++--
 src/operator/numpy/random/np_exponential_op.cc | 38 ++++++++++++--
 src/operator/numpy/random/np_exponential_op.cu |  3 ++
 src/operator/numpy/random/np_exponential_op.h  | 70 +++++++++++++++++++++++---
 tests/python/unittest/test_numpy_op.py         | 28 +++++++----
 7 files changed, 133 insertions(+), 28 deletions(-)

Reply via email to