DzAvril edited a comment on issue #10050: URL: https://github.com/apache/tvm/issues/10050#issuecomment-1049690820
> `aten::copy_` cannot convert to relay since this is an in-place op. So the model needs to be modified to remove mutation on PyTorch side. @masahi May I ask why the in-place ops cannot be converted to relay? In pytorch front pytorch.py there are in-place ops like aten::add_ has been converted to relay. So what is the difference between aten::copy_ and aten::add_. -- 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]
