kevinthesun commented on a change in pull request #4312:
URL: https://github.com/apache/incubator-tvm/pull/4312#discussion_r411062313
##########
File path: topi/python/topi/vision/nms.py
##########
@@ -23,7 +23,7 @@
from ..sort import argsort
@hybrid.script
-def hybrid_rearrange_out(data, one):
+def hybrid_rearrange_box_out(data, one, batch_size):
Review comment:
We might want to do the same thing for num_anchors.
----------------------------------------------------------------
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]