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

Method dimensions

cpp/nd/array.hpp:533–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 inline uint32_t dimensions() const noexcept
534 {
535 ASSERT(mode_ != mode_t::null);
536 return dimensions_;
537 }
538
539 inline uint32_t size() const
540 {

Callers 1

arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected