MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / data

Method data

src/runtime/CL/CLTensorAllocator.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121uint8_t *CLTensorAllocator::data()
122{
123 return _mapping;
124}
125
126const cl::Buffer &CLTensorAllocator::cl_data() const
127{

Callers 7

configureMethod · 0.45
runMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected