MCPcopy Create free account
hub / github.com/davisking/dlib / array_descriptor_proxy

Function array_descriptor_proxy

dlib/external/pybind11/include/pybind11/numpy.h:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393inline PyArrayDescr_Proxy *array_descriptor_proxy(PyObject *ptr) {
394 return reinterpret_cast<PyArrayDescr_Proxy *>(ptr);
395}
396
397inline const PyArrayDescr_Proxy *array_descriptor_proxy(const PyObject *ptr) {
398 return reinterpret_cast<const PyArrayDescr_Proxy *>(ptr);

Callers 8

itemsizeMethod · 0.85
has_fieldsMethod · 0.85
kindMethod · 0.85
char_Method · 0.85
numMethod · 0.85
byteorderMethod · 0.85
alignmentMethod · 0.85
flagsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected