junrushao1994 edited a comment on issue #15016: [MXNET-1406] [BUG] Fix 
DLManagedTensor deleter
URL: https://github.com/apache/incubator-mxnet/pull/15016#issuecomment-494271871
 
 
   The implication here:
   1. `transient_handle = True` implies that the provided deleter does not 
delete the handle, so we have to manually delete it in our MXNet's deleter.
   2. `transient_handle = False` implies that the provided deleter does delete 
the handle, so we don't have to manually delete it in our MXNet's deleter.

----------------------------------------------------------------
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

Reply via email to