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

Method shape

cpp/nd/array.hpp:630–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628 dict dict_value(int64_t index) const;
629
630 inline icm::shape shape() const
631 {
632 if (mode_ == mode_t::scalar_inplace) {
633 return icm::shape();
634 }
635 check_null();
636 return holder()->shape();
637 }
638
639 inline bool has_data() const noexcept
640 {

Callers 9

meta_to_orderFunction · 0.45
shapeMethod · 0.45
arrayMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
operator[]Method · 0.45
getMethod · 0.45
get_rangeMethod · 0.45
shapes_equalFunction · 0.45

Calls 2

shapeClass · 0.85
holderClass · 0.70

Tested by

no test coverage detected