Time Complexity of Detach() in torch "[R]" Submitted by mishtimoi t3_xwfg83 on October 5, 2022 at 4:37 PM in MachineLearning 9 comments 3
suflaj t1_ir9g78r wrote on October 6, 2022 at 9:53 AM Reply to comment by chatterbox272 in Time Complexity of Detach() in torch "[R]" by mishtimoi It makes a copy of a tensor, but it is not a copy in memory, just a view. It copies the reference. Permalink Parent 1
Viewing a single comment thread. View all comments