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

Method base

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

Base object

Source from the content-addressed store, hash-verified

935
936 /// Base object
937 object base() const { return reinterpret_borrow<object>(detail::array_proxy(m_ptr)->base); }
938
939 /// Dimensions of the array
940 const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected