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

Method dtype

cpp/nd/array.hpp:527–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 }
526
527 inline enum dtype dtype() const noexcept
528 {
529 ASSERT(mode_ != mode_t::null);
530 return dtype_;
531 }
532
533 inline uint32_t dimensions() const noexcept
534 {

Callers 10

byte_1_valueMethod · 0.45
byte_2_valueMethod · 0.45
byte_4_valueMethod · 0.45
byte_8_valueMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
arrayMethod · 0.45
dict_valueMethod · 0.45
getMethod · 0.45
get_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected