Public Member Functions | |
void | allocate (int dims, const int *sizes, int type, int *&refcount, uchar *&datastart, uchar *&data, size_t *step) |
void | deallocate (int *refcount, uchar *datastart, uchar *data) |
NumpyAllocator () | |
~NumpyAllocator () |
Definition at line 158 of file module.cpp.
NumpyAllocator::NumpyAllocator | ( | ) | [inline] |
Definition at line 161 of file module.cpp.
NumpyAllocator::~NumpyAllocator | ( | ) | [inline] |
Definition at line 162 of file module.cpp.
void NumpyAllocator::allocate | ( | int | dims, |
const int * | sizes, | ||
int | type, | ||
int *& | refcount, | ||
uchar *& | datastart, | ||
uchar *& | data, | ||
size_t * | step | ||
) |
Definition at line 175 of file module.cpp.
void NumpyAllocator::deallocate | ( | int * | refcount, |
uchar * | datastart, | ||
uchar * | data | ||
) |
Definition at line 206 of file module.cpp.