masahi commented on issue #10050:
URL: https://github.com/apache/tvm/issues/10050#issuecomment-1021554357


   so `aten::copy_` apparently comes from these lines
   
   
https://github.com/pytorch/vision/blob/d367a01a18a3ae6bee13d8be3b63fd6a581ea46f/torchvision/models/detection/anchor_utils.py#L267-L268
   
   This is an example of in-place op (values are mutated in-place). We need to 
replace this with "pure" operation for conversion to TVM.


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