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

Method data

cpp/nd/impl/raw_data_array.hpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 std::span<const uint8_t> data() const
71 {
72 return std::span<const uint8_t>(container_data(holder_.data),
73 container_size(holder_.data) * dtype_bytes(dtype()));
74 }
75
76 const auto& owner() const
77 {

Callers 1

raw_data_holderMethod · 0.45

Calls 4

container_dataFunction · 0.85
container_sizeFunction · 0.85
dtype_bytesFunction · 0.85
dtypeEnum · 0.70

Tested by

no test coverage detected