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

/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h60 struct PyArray_Proxy { struct
253 inline PyArray_Proxy* array_proxy(void* ptr) {
254 return reinterpret_cast<PyArray_Proxy*>(ptr);
257 inline const PyArray_Proxy* array_proxy(const void* ptr) {
258 return reinterpret_cast<const PyArray_Proxy*>(ptr);

Completed in 6 milliseconds