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

Method strides

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

Strides of the array

Source from the content-addressed store, hash-verified

957
958 /// Strides of the array
959 const ssize_t *strides() const { return detail::array_proxy(m_ptr)->strides; }
960
961 /// Stride along a given axis
962 ssize_t strides(ssize_t dim) const {

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected