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

[incubator-mxnet] branch master updated (d85a2d0 -> 255dff0)

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

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


    from d85a2d0  [DOC] Fix doc for nn.Embedding, nn.Dense and nd.Embedding (#15869)
     add 255dff0  [MXNET-978] Higher Order Gradient Support `arctan`, `arctanh`, `radians`. (#15531)

No new revisions were added by this update.

Summary of changes:
 src/nnvm/node_op_util.h                         | 76 +++++++++++++++++++++++++
 src/operator/tensor/elemwise_unary_op_trig.cc   | 63 +++++++++++++++++++-
 tests/python/unittest/test_higher_order_grad.py | 46 +++++++++++++++
 3 files changed, 182 insertions(+), 3 deletions(-)
 create mode 100644 src/nnvm/node_op_util.h