MCPcopy 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_imageFunction · 0.45
bind_image_classesFunction · 0.45
numpy_to_dlib_vectFunction · 0.45
is_vectorFunction · 0.45
is_imageFunction · 0.45
num_rowsFunction · 0.45
num_columnsFunction · 0.45
conformableMethod · 0.45
get_shape_for_arrayFunction · 0.45

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected