Open3D DLPack Tensor manager.
More...
Open3D DLPack Tensor manager.
◆ Create()
DLManagedTensor* dmlt
is destroyed by calling dmlt->deleter(dmlt)
. The destruction happens when the DLPack python object goes out of scope, and ultimately it decreases the reference count to the actual data buffer (i.e. dmlt.manager_ctx->o3d_tensor_.GetBlob()
) by 1.
◆ Deleter()
static void open3d::core::Open3DDLManagedTensor::Deleter |
( |
DLManagedTensor * |
arg | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: