[TOPI][OP] Support Faster-RCNN Proposal OP on CPU (#4297)
authorZhao Wu <wuzhaozju@gmail.com>
Wed, 13 Nov 2019 06:11:38 +0000 (14:11 +0800)
committerWuwei Lin <wuwei@apache.org>
Wed, 13 Nov 2019 06:11:38 +0000 (01:11 -0500)
commit8cd5cceafb903cb8c513d7bb8afb4f352abcf113
tree57936d74b4d55bb426cb4ac2d37fd72465581a8f
parente541c75863775f9011a658a36b86f084133bfbb7
[TOPI][OP] Support Faster-RCNN Proposal OP on CPU (#4297)

* Support Proposal operator on CPU.

* PyLint space issue

* PyLint space issue

* Pylint singleton-comparison issue
tests/python/relay/test_op_level5.py
topi/python/topi/vision/rcnn/proposal.py
topi/tests/python/test_topi_vision.py