You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/22 01:36:29 UTC

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #15016: [MXNET-1406] [BUG] Fix DLManagedTensor deleter

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:
users@infra.apache.org


With regards,
Apache Git Services