This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from f2a8b97 Remove manually created symbolic link to ninja-build (#18906)
add 83d2af5 Gamma reparameterization gradient (#18852)
No new revisions were added by this update.
Summary of changes:
.../mxnet/gluon/probability/distributions/gamma.py | 4 +-
src/operator/mshadow_op.h | 66 +++++++++++++++++
src/operator/numpy/random/np_gamma_op.cc | 31 +++++++-
src/operator/numpy/random/np_gamma_op.cu | 3 +
src/operator/numpy/random/np_gamma_op.h | 82 ++++++++++++++++++++++
tests/python/unittest/test_numpy_op.py | 40 +++++++++++
6 files changed, 223 insertions(+), 3 deletions(-)