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

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


    from f4a2caa  Revert "Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into 
benchmark"
     add ff52b9e  box encode and box decode
     add 5131a44  roi align ignore batchid < 0
     add db79553  amp multicast support casting to narrowest type
     add 0503d4d  Merge branch 'master' of 
https://github.com/apache/incubator-mxnet into pr-rcnn
     add d3e1618  add unittest
     add eb96bfd  address comments
     add 4c5632e  fix amp_multicast
     add ec8a5b2  Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into benchmark

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(-)

Reply via email to