Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ ICLMemoryRegion
Method
ICLMemoryRegion
src/runtime/CL/CLMemoryRegion.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
namespace arm_compute
32
{
33
ICLMemoryRegion::ICLMemoryRegion(size_t size)
34
: IMemoryRegion(size), _ctx(CLScheduler::get().context()), _mapping(nullptr), _mem()
35
{
36
}
37
38
const cl::Buffer &ICLMemoryRegion::cl_data() const
39
{
Callers
nothing calls this directly
Calls
1
context
Method · 0.80
Tested by
no test coverage detected