Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ get
Method
get
cpp/nd/impl/strided_array.hpp:129–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
array get(int64_t index) const
130
{
131
return nd::stride(a_[indices_.front()[index]],
132
icm::index_mapping_vector{indices_.begin() + 1, indices_.end()});
133
}
134
135
constexpr bool is_dynamic() const noexcept
136
{
Callers
nothing calls this directly
Calls
3
front
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected