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

Method dtype

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

Array descriptor (dtype)

Source from the content-addressed store, hash-verified

916
917 /// Array descriptor (dtype)
918 pybind11::dtype dtype() const {
919 return reinterpret_borrow<pybind11::dtype>(detail::array_proxy(m_ptr)->descr);
920 }
921
922 /// Total number of elements
923 ssize_t size() const {

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected