taomiao commented on code in PR #16400:
URL: https://github.com/apache/tvm/pull/16400#discussion_r1453131226


##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -4237,7 +4243,9 @@ def create_convert_map(self):
             "torchvision::deform_conv2d": self.deform_conv2d,
             "aten::unbind": self.unbind,
             "aten::__and__": self.logical_and,
+            "aten::__or__": self.logical_or,

Review Comment:
   Removed aten::__or__ from the convert_map. 



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