MCPcopy 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
154inline const void *CLAccessor::data() const
155{
156 return _tensor.buffer();
157}
158
159inline void *CLAccessor::data()
160{

Callers

nothing calls this directly

Calls 1

bufferMethod · 0.45

Tested by

no test coverage detected