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

Method flattened_array

cpp/nd/impl/flat_array.hpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40public:
41 explicit flattened_array(nd::array arr)
42 : a_(std::move(arr))
43 , shape_(a_.volume())
44 {
45 }
46
47public:
48 enum dtype dtype() const

Callers

nothing calls this directly

Calls 1

volumeMethod · 0.45

Tested by

no test coverage detected