Searched refs:PyArrayDescr_Proxy (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h45 struct PyArrayDescr_Proxy { struct
74 PyArrayDescr_Proxy *descr;
261 inline PyArrayDescr_Proxy* array_descriptor_proxy(PyObject* ptr) {
262 return reinterpret_cast<PyArrayDescr_Proxy*>(ptr);
265 inline const PyArrayDescr_Proxy* array_descriptor_proxy(const PyObject* ptr) {
266 return reinterpret_cast<const PyArrayDescr_Proxy*>(ptr);

Completed in 10 milliseconds