Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ get
Method
get
cpp/nd/impl/empty_array.hpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
array get(int64_t index) const
144
{
145
return nd::empty(dtype_, (*shapes_)[index]);
146
}
147
148
uint8_t dimensions() const
149
{
Callers
nothing calls this directly
Calls
1
empty
Function · 0.85
Tested by
no test coverage detected