Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ shape
Method
shape
contrib/libs/pybind11/include/pybind11/numpy.h:948–948 ·
view source on GitHub ↗
Dimensions of the array
Source
from the content-addressed store, hash-verified
946
947
/// Dimensions of the array
948
const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }
949
950
/// Dimension along a given axis
951
ssize_t shape(ssize_t dim) const {
Callers
15
mergeInShapeInfo
Function · 0.45
UnionShapeInfo
Function · 0.45
axisIsZero
Function · 0.45
Parse
Method · 0.45
shape_inference.h
File · 0.45
getOptionalInputShape
Function · 0.45
appendSingleDimCopiedFromInputTypeToOutputType
Function · 0.45
propagateShape
Function · 0.45
RemoveIthDimensionFromShape
Function · 0.45
RemoveDimensionsFromShape
Function · 0.45
print
Method · 0.45
defs.cc
File · 0.45
Calls
2
array_proxy
Function · 0.85
shape
Function · 0.50
Tested by
1
check_extra_data_with_model
Function · 0.36