Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ shape
Method
shape
cpp/nd/impl/dict_array.hpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
nd::dict value(int64_t index) const;
50
51
icm::shape shape() const noexcept
52
{
53
return dict_.begin()->second.shape();
54
}
55
56
uint8_t dimensions() const
57
{
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected