Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ is_dynamic
Method
is_dynamic
cpp/nd/impl/flat_array.hpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
constexpr bool is_dynamic() const noexcept
77
{
78
return false;
79
}
80
81
private:
82
nd::array a_;
Callers
2
flatten
Function · 0.45
eval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected