Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/nvcomp
/ sizes
Method
sizes
examples/BatchDataCPU.h:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
size_t* sizes()
147
{
148
return m_sizes.data();
149
}
150
const size_t* sizes() const
151
{
152
return m_sizes.data();
Callers
1
operator==
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected