MCPcopy Create free account
hub / github.com/catboost/catboost / array_proxy

Function array_proxy

contrib/libs/pybind11/include/pybind11/numpy.h:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389};
390
391inline PyArray_Proxy *array_proxy(void *ptr) { return reinterpret_cast<PyArray_Proxy *>(ptr); }
392
393inline const PyArray_Proxy *array_proxy(const void *ptr) {
394 return reinterpret_cast<const PyArray_Proxy *>(ptr);

Callers 10

check_flagsFunction · 0.85
dtypeMethod · 0.85
ndimMethod · 0.85
baseMethod · 0.85
shapeMethod · 0.85
stridesMethod · 0.85
flagsMethod · 0.85
dataMethod · 0.85
mutable_dataMethod · 0.85
check_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected