shingjan commented on code in PR #12485:
URL: https://github.com/apache/tvm/pull/12485#discussion_r951887727
##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -2485,6 +2509,12 @@ def interpolate(self, inputs, input_types):
)
def numel(self, inputs, input_types):
+ shape = self.infer_shape(inputs[0])
Review Comment:
We may want to check if we still need this change here. This is to fix a
legacy bug in the old python impl.
--
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]