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

Function array_descriptor1_proxy

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

Source from the content-addressed store, hash-verified

399}
400
401inline const PyArrayDescr1_Proxy *array_descriptor1_proxy(const PyObject *ptr) {
402 return reinterpret_cast<const PyArrayDescr1_Proxy *>(ptr);
403}
404
405inline const PyArrayDescr2_Proxy *array_descriptor2_proxy(const PyObject *ptr) {
406 return reinterpret_cast<const PyArrayDescr2_Proxy *>(ptr);

Callers 4

itemsizeMethod · 0.85
has_fieldsMethod · 0.85
alignmentMethod · 0.85
flagsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected