MCPcopy Create free account
hub / github.com/activeloopai/deeplake / dimensions

Method dimensions

cpp/nd/impl/dynamic_array.hpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 uint8_t dimensions() const
148 {
149 return static_cast<uint8_t>(array_.dimensions() + 1);
150 }
151
152 constexpr bool is_dynamic() const noexcept
153 {

Callers

nothing calls this directly

Calls 1

dimensionsMethod · 0.45

Tested by

no test coverage detected