xla
aa597be8
- Add _unsafe_view to ATen XLA tensor
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Add _unsafe_view to ATen XLA tensor _unsafe_view is exactly the same as view except that the returned tensor is not treated like a view for autograd. It's supposed to be used when the viewed tensor is immediately discarded.
References
#505 - Add _unsafe_view to ATen XLA tensor
Author
asuhan
Committer
asuhan
Parents
4455e8ef
Loading