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

Method dict_array

cpp/nd/impl/dict_array.hpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16public:
17 explicit dict_array(icm::string_map<nd::array> dict, uint64_t num_rows = 1)
18 : dict_(std::move(dict))
19 , num_rows_(num_rows)
20 {
21 ASSERT(!dict_.empty());
22 }
23
24 enum dtype dtype() const noexcept
25 {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected