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

Method alignment

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

Source from the content-addressed store, hash-verified

743/// Alignment of the data type
744#ifdef PYBIND11_NUMPY_1_ONLY
745 int alignment() const { return detail::array_descriptor_proxy(m_ptr)->alignment; }
746#else
747 ssize_t alignment() const {
748 if (detail::npy_api::get().PyArray_RUNTIME_VERSION_ < 0x12) {

Callers

nothing calls this directly

Calls 4

array_descriptor_proxyFunction · 0.85
array_descriptor1_proxyFunction · 0.85
array_descriptor2_proxyFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected