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

Enum dtype

cpp/nd/array.hpp:527–527  ·  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_;

Callers 4

valueMethod · 0.70
with_dataMethod · 0.70
with_numeric_dataMethod · 0.70
nonzeroMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected