You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/26 07:42:18 UTC

[GitHub] [tvm] codeislife99 commented on pull request #7513: [Torch] Add copy_ operator

codeislife99 commented on pull request #7513:
URL: https://github.com/apache/tvm/pull/7513#issuecomment-786471942


   Here is another example 
   ```
   x = torch.tensor([1,2]) 
   a = torch.tensor([2,3])
   x[0] = a[0] 
   
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org