You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/02 12:40:41 UTC

[GitHub] [tvm] masahi commented on a change in pull request #8174: [Relay, TF] Support converting TF combined_nms using Relay all_class_nms

masahi commented on a change in pull request #8174:
URL: https://github.com/apache/tvm/pull/8174#discussion_r643921186



##########
File path: python/tvm/relay/frontend/tensorflow.py
##########
@@ -793,6 +793,92 @@ def _impl(inputs, attr, params, mod):
     return _impl
 
 
+def convert_combined_nms_with_all_class_nms(

Review comment:
       Since I want to use this function to rewrite ONNX models, it is defined at the top level and visible from outside.




-- 
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:
users@infra.apache.org