Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/nvcomp
/ ptrs
Method
ptrs
examples/BatchDataCPU.h:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
void** ptrs()
138
{
139
return m_ptrs.data();
140
}
141
const void* const* ptrs() const
142
{
143
return m_ptrs.data();
Callers
1
operator==
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected