Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ shape
Method
shape
cpp/nd/impl/none_array.hpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
icm::shape shape() const
22
{
23
return icm::shape(std::vector<int64_t>(dims_, 0));
24
}
25
26
std::span<const uint8_t> data() const
27
{
Callers
11
transposed_array
Method · 0.45
vstacked_array
Method · 0.45
vstacked_list_array_base
Method · 0.45
single_strided_array
Method · 0.45
value
Method · 0.45
strided_array
Method · 0.45
value
Method · 0.45
sliced_array
Method · 0.45
value
Method · 0.45
get
Method · 0.45
eval
Method · 0.45
Calls
1
shape
Class · 0.85
Tested by
no test coverage detected