masahi commented on code in PR #15502:
URL: https://github.com/apache/tvm/pull/15502#discussion_r1357790932


##########
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:
   Please give an example of what this pass does, by documenting IR before / 
after this pass. 



-- 
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]

Reply via email to