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:25 UTC

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

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