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

Method data

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

Source from the content-addressed store, hash-verified

1746
1747 template <size_t K, class T = void>
1748 T *data() const {
1749 return reinterpret_cast<T *>(m_common_iterator[K].data());
1750 }
1751
1752private:
1753 using common_iter = common_iterator;

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected