DLPackDeleter#

class numpy::DLPackDeleter#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use DLPackDeleter
DLPackDeleter obj;
// ... operations ...

Constructors#

Signature

Location

Example

DLPackDeleter(DLManagedTensor \*mt)

NP_DLPACK.H:261

Operators#

Signature

Return Type

Location

Example

void operator()(void \*)

void

NP_DLPACK.H:263