kevinthesun commented on a change in pull request #4312: [TOPI][Relay][OP] Dynamic NMS and strided_slice URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r345396584
########## File path: topi/python/topi/vision/nms.py ########## @@ -21,6 +21,55 @@ from tvm import hybrid from ..sort import argsort + [email protected] +def hybrid_rearrange_idx(data): Review comment: I think we can merge this with hybrid_rearrange_out by adding a branch to deal with 2-D case? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
