Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ is_dynamic
Method
is_dynamic
cpp/nd/impl/sliced_array.hpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
constexpr bool is_dynamic() const noexcept
288
{
289
return false;
290
}
291
292
private:
293
explicit sliced_array(nd::array arr, icm::small_vector<slice_<I>> slices, icm::shape current_shape)
Callers
1
sliced_array
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected