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

Method dtype

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

Array descriptor (dtype)

Source from the content-addressed store, hash-verified

924
925 /// Array descriptor (dtype)
926 pybind11::dtype dtype() const {
927 return reinterpret_borrow<pybind11::dtype>(detail::array_proxy(m_ptr)->descr);
928 }
929
930 /// Total number of elements
931 ssize_t size() const {

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected