You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sx...@apache.org on 2019/09/30 20:46:04 UTC

[incubator-mxnet] branch master updated (ea440c7 -> 3ffd2c2)

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

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


    from ea440c7  [numpy] Cosmetic improvement on mxnet.numpy builtin op signature in documentation (#16305)
     add 3ffd2c2  [MXNET-978] Fully connected, higher order grad (#14779)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/tensor_blob.h                     |   2 +-
 src/operator/linalg.h                           |   1 +
 src/operator/nn/fully_connected-inl.h           | 205 +++++++++++++++++++-----
 src/operator/nn/fully_connected.cc              |  56 +++++--
 tests/python/unittest/test_higher_order_grad.py | 147 ++++++++++++++++-
 5 files changed, 360 insertions(+), 51 deletions(-)