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

Method set_region

src/runtime/CL/CLMemory.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void CLMemory::set_region(IMemoryRegion *region)
68{
69 auto cl_region = utils::cast::polymorphic_downcast<ICLMemoryRegion *>(region);
70 _region_owned = nullptr;
71 _region = cl_region;
72}
73
74void CLMemory::set_owned_region(std::unique_ptr<IMemoryRegion> region)
75{

Callers 1

freeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected