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

Method data

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

Source from the content-addressed store, hash-verified

1736
1737 template <size_t K, class T = void>
1738 T *data() const {
1739 return reinterpret_cast<T *>(m_common_iterator[K].data());
1740 }
1741
1742private:
1743 using common_iter = common_iterator;

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected