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/30 17:08:24 UTC

[incubator-mxnet] branch benchmark updated (512d25a -> a5e2179)

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 512d25a  Minor fix in ToTensor documentation. (#16299)
     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
     new a5e2179  Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into benchmark

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[incubator-mxnet] 01/01: Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into benchmark

Posted by ap...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a5e2179d3629c3f9cef3cde04d4bcb0a29febd31
Merge: 512d25a 4c5632e
Author: Lin Yuan <ap...@gmail.com>
AuthorDate: Mon Sep 30 10:04:37 2019 -0700

    Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into benchmark

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