Searched defs:api_ptr (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h223 void **api_ptr = (void **) PyCapsule_GetPointer(c.ptr(), NULL); local
225 void **api_ptr = (void **) PyCObject_AsVoidPtr(c.ptr()); local

Completed in 11 milliseconds