Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dnumpy.h66 struct PyArray_Proxy { struct
261 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()