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

Method shape

cpp/nd/impl/none_array.hpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 icm::shape shape() const
22 {
23 return icm::shape(std::vector<int64_t>(dims_, 0));
24 }
25
26 std::span<const uint8_t> data() const
27 {

Callers 11

transposed_arrayMethod · 0.45
vstacked_arrayMethod · 0.45
single_strided_arrayMethod · 0.45
valueMethod · 0.45
strided_arrayMethod · 0.45
valueMethod · 0.45
sliced_arrayMethod · 0.45
valueMethod · 0.45
getMethod · 0.45
evalMethod · 0.45

Calls 1

shapeClass · 0.85

Tested by

no test coverage detected