Searched refs:PyArray_Proxy (Results 1 – 1 of 1) sorted by relevance
66 struct PyArray_Proxy { struct261 inline PyArray_Proxy* array_proxy(void* ptr) { in array_proxy()262 return reinterpret_cast<PyArray_Proxy*>(ptr); in array_proxy()265 inline const PyArray_Proxy* array_proxy(const void* ptr) { in array_proxy()266 return reinterpret_cast<const PyArray_Proxy*>(ptr); in array_proxy()