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

Method data

cpp/nd/impl/raw_data_array.hpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 std::span<const uint8_t> data() const
111 {
112 return std::span<const uint8_t>(container_data(holder_.data),
113 container_size(holder_.data) * dtype_bytes(dtype()));
114 }
115
116 const auto& owner() const
117 {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected