Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/nvcomp
/ data
Method
data
examples/BatchDataCPU.h:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
BatchDataCPU& operator=(const BatchDataCPU& other) = delete;
127
128
uint8_t* data()
129
{
130
return m_data.data();
131
}
132
const uint8_t* data() const
133
{
134
return m_data.data();
Callers
3
BatchDataCPU
Method · 0.45
ptrs
Method · 0.45
sizes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected