Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_holder
Method · 0.45
Calls
4
container_data
Function · 0.85
container_size
Function · 0.85
dtype_bytes
Function · 0.85
dtype
Enum · 0.70
Tested by
no test coverage detected