Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ shape
Method
shape
dlib/external/pybind11/include/pybind11/numpy.h:940–940 ·
view source on GitHub ↗
Dimensions of the array
Source
from the content-addressed store, hash-verified
938
939
/// Dimensions of the array
940
const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }
941
942
/// Dimension along a given axis
943
ssize_t shape(ssize_t dim) const {
Callers
10
py_sub_image
Function · 0.45
bind_image_classes
Function · 0.45
numpy_to_dlib_vect
Function · 0.45
is_vector
Function · 0.45
is_image
Function · 0.45
assert_correct_num_channels_in_image
Function · 0.45
num_rows
Function · 0.45
num_columns
Function · 0.45
conformable
Method · 0.45
get_shape_for_array
Function · 0.45
Calls
1
array_proxy
Function · 0.85
Tested by
no test coverage detected