vvchernov commented on code in PR #15386:
URL: https://github.com/apache/tvm/pull/15386#discussion_r1314148994


##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -4291,7 +4291,11 @@ def _handel_nested_input(inputs):
 
             self.current_op.pop()
 
-        return [_wrap_const(outputs[ret_name]) for ret_name in ret_names]
+        return [
+            _wrap_const(outputs[ret_name])
+            for ret_name in ret_names
+            if ret_name != "aten::adaptive_max_pool1d_0_1"

Review Comment:
   Of course your-self) In general It does not matter due to it does not mean 
that the man who wrote TODO should fix it, it is a tag for anybody to 
understand that there is some issue 



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

Reply via email to