Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ data
Method
data
include/dali/core/dev_buffer.h:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
operator const T *() const { return data_.get(); }
91
92
T *data() { return data_.get(); }
93
const T *data() const { return data_.get(); }
94
95
bool empty() const { return size_ == 0; }
Callers
1
copy
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected