You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/10/10 23:27:18 UTC

[incubator-mxnet] branch master updated (6ce323f -> 1ab4c95)

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

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


    from 6ce323f  [DOC] fix installation selector wrong history (#16381)
     add 1ab4c95  New ops for RCNN + old ops improvements for RCNN (#16215)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/bounding_box-inl.h        | 278 +++++++++++++++++++++++++
 src/operator/contrib/bounding_box.cc           |  43 ++++
 src/operator/contrib/bounding_box.cu           |   7 +
 src/operator/contrib/roi_align.cc              |  11 +-
 src/operator/contrib/roi_align.cu              |   6 +
 src/operator/tensor/amp_cast.h                 |   9 +-
 tests/python/unittest/test_contrib_operator.py |  18 ++
 7 files changed, 368 insertions(+), 4 deletions(-)