Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void *ICLMemoryRegion::buffer()
44
{
45
return _mapping;
46
}
47
48
const void *ICLMemoryRegion::buffer() const
49
{
Callers
15
prepare
Method · 0.45
configure
Method · 0.45
run
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
do_map
Method · 0.45
unlock
Method · 0.45
map
Method · 0.45
unmap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected