Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ data
Method
data
tests/CL/CLAccessor.h:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
inline const void *CLAccessor::data() const
155
{
156
return _tensor.buffer();
157
}
158
159
inline void *CLAccessor::data()
160
{
Callers
nothing calls this directly
Calls
1
buffer
Method · 0.45
Tested by
no test coverage detected