jhlee525 commented on code in PR #15502:
URL: https://github.com/apache/tvm/pull/15502#discussion_r1363037633
##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -4470,6 +4558,26 @@ def _run_jit_passes(graph, enable_lower_all_tuples=True):
torch._C._jit_pass_lower_all_tuples(graph)
+def _redirect_inplace_output(graph):
Review Comment:
Ok An example added
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]