Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ empty
Method
empty
cpp/icm/shape_array.hpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
bool empty() const noexcept
29
{
30
return size() == 0;
31
}
32
33
shape operator[](T index) const noexcept
34
{
Callers
2
shape_array
Method · 0.45
size
Method · 0.45
Calls
1
size
Function · 0.85
Tested by
no test coverage detected