Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ size
Method
size
cpp/icm/shape_array.hpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
T size() const noexcept
24
{
25
return span_.empty() ? 0 : span_.back() + 1;
26
}
27
28
bool empty() const noexcept
29
{
Callers
2
shape_array
Method · 0.45
lower_bound
Method · 0.45
Calls
2
empty
Method · 0.45
back
Method · 0.45
Tested by
no test coverage detected