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