MCPcopy 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
81private:
82 nd::array a_;

Callers 2

flattenFunction · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected