ATen icon indicating copy to clipboard operation
ATen copied to clipboard

How to manually release a tensor in ATen?

Open wandering007 opened this issue 4 years ago • 0 comments

I want to manually delete/free/release an at::Tensor variable or its storage in a function for reducing memory usage. What should I do? Thanks!

wandering007 avatar Dec 16 '19 09:12 wandering007