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

Method buffer

src/runtime/CL/CLMemoryRegion.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void *ICLMemoryRegion::buffer()
44{
45 return _mapping;
46}
47
48const void *ICLMemoryRegion::buffer() const
49{

Callers 15

prepareMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
do_mapMethod · 0.45
unlockMethod · 0.45
mapMethod · 0.45
unmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected