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

Method data

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

Source from the content-addressed store, hash-verified

983 /// beginning of the buffer. May throw if the index would lead to out of bounds access.
984 template <typename... Ix>
985 const void *data(Ix... index) const {
986 return static_cast<const void *>(detail::array_proxy(m_ptr)->data + offset_at(index...));
987 }
988
989 /// Mutable pointer to the contained data. If index is not provided, points to the
990 /// beginning of the buffer. May throw if the index would lead to out of bounds access.

Callers 12

castMethod · 0.45
initializeMethod · 0.45
arrayMethod · 0.45
resizeMethod · 0.45
reshapeMethod · 0.45
dataMethod · 0.45
strMethod · 0.45
bytesMethod · 0.45
bytearrayMethod · 0.45
from_memoryMethod · 0.45
pytypes.hFile · 0.45
pybind11_getbufferFunction · 0.45

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected