You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2019/09/18 14:48:24 UTC

[incubator-mxnet] branch master updated (3dacabe -> b777a69)

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

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


    from 3dacabe  Tutorials nighly fix (#16179)
     add b777a69  Add register_op_hook for gluon (#15839)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h               | 12 +++++++
 python/mxnet/_ctypes/ndarray.py     | 28 ++++++++++++++-
 python/mxnet/cython/base.pyi        |  8 +++++
 python/mxnet/cython/ndarray.pyx     | 16 ++++++++-
 python/mxnet/gluon/block.py         | 37 ++++++++++++++++++++
 src/c_api/c_api_ndarray.cc          | 20 +++++++++++
 src/common/utils.cc                 | 57 ++++++++++++++++++++++++++++++
 src/common/utils.h                  |  9 +++++
 src/imperative/cached_op.cc         | 23 +++++++++++--
 src/imperative/cached_op.h          |  8 +++++
 src/imperative/imperative_utils.cc  | 20 +++++++++--
 src/imperative/imperative_utils.h   |  9 +++--
 tests/python/unittest/test_gluon.py | 69 +++++++++++++++++++++++++++++++++++++
 13 files changed, 307 insertions(+), 9 deletions(-)