MCPcopy 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

31namespace arm_compute
32{
33ICLMemoryRegion::ICLMemoryRegion(size_t size)
34 : IMemoryRegion(size), _ctx(CLScheduler::get().context()), _mapping(nullptr), _mem()
35{
36}
37
38const cl::Buffer &ICLMemoryRegion::cl_data() const
39{

Callers

nothing calls this directly

Calls 1

contextMethod · 0.80

Tested by

no test coverage detected