mshr-h commented on code in PR #17840: URL: https://github.com/apache/tvm/pull/17840#discussion_r2045950879
########## python/tvm/relax/frontend/torch/base_fx_graph_translator.py: ########## @@ -103,6 +103,16 @@ def _retrieve_args(self, node): else: return node + def _check_unsupported_func_type(self, nodes): Review Comment: Would be better to add type hint for nodes arg. -- 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. To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org