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

Method strides

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

Strides of the array

Source from the content-addressed store, hash-verified

949
950 /// Strides of the array
951 const ssize_t *strides() const { return detail::array_proxy(m_ptr)->strides; }
952
953 /// Stride along a given axis
954 ssize_t strides(ssize_t dim) const {

Callers 3

py_sub_imageFunction · 0.80
width_stepFunction · 0.80
conformableMethod · 0.80

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected