echuraev commented on code in PR #14930:
URL: https://github.com/apache/tvm/pull/14930#discussion_r1203457230


##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -399,7 +399,10 @@ def squeeze(self, inputs, input_types):
             axis = None
         else:
             # TODO (t-vi): why is the cast to int needed? similarly elsewhere
-            axis = [int(inputs[1])]
+            # [MBS] squeeze axis can be a list
+            # axis = [int(inputs[1])]

Review Comment:
   Probably the old code can be removed?



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