wkcn edited a comment on issue #15016: [MXNET-1406] [BUG] Fix DLManagedTensor deleter URL: https://github.com/apache/incubator-mxnet/pull/15016#issuecomment-494615530 In the old implementation, the deleter will release the object NDArrayDLManager https://github.com/apache/incubator-mxnet/blob/master/src/ndarray/ndarray.cc#L353 NDArrayDLManager consists of DLManagerTensor https://github.com/apache/incubator-mxnet/blob/master/src/ndarray/ndarray.cc#L343 It is not necessary to release DLManagerTensor again. Edit: I see. Thank you for the fix!
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
