16 #ifndef _NUMPYCONVERT_H 17 #define _NUMPYCONVERT_H 26 N_LONGLONG, N_ULONGLONG,
27 N_FLOAT, N_DOUBLE, N_LONGDOUBLE,
28 N_CFLOAT, N_CDOUBLE, N_CLONGDOUBLE,
36 N_DATETIME, N_TIMEDELTA, N_HALF,
44 N_NTYPES_ABI_COMPATIBLE = 21
49 struct PyArrayContainer
51 unsigned int TotalSize;
56 template<> PyArrayContainer* fromPyPtr<PyArrayContainer>(PyObject* obj, std::vector<void*>* tmp);
57 template<> PyArrayContainer fromPy<PyArrayContainer>(PyObject* obj);
Definition: commonkernels.h:22