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

Method data

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

Source from the content-addressed store, hash-verified

975 /// beginning of the buffer. May throw if the index would lead to out of bounds access.
976 template <typename... Ix>
977 const void *data(Ix... index) const {
978 return static_cast<const void *>(detail::array_proxy(m_ptr)->data + offset_at(index...));
979 }
980
981 /// Mutable pointer to the contained data. If index is not provided, points to the
982 /// beginning of the buffer. May throw if the index would lead to out of bounds access.

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected