Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_image
Function · 0.80
width_step
Function · 0.80
conformable
Method · 0.80
Calls
1
array_proxy
Function · 0.85
Tested by
no test coverage detected