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

Method set_owned_region

src/runtime/Memory.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void Memory::set_owned_region(std::unique_ptr<IMemoryRegion> region)
62{
63 _region_owned = std::move(region);
64 _region = _region_owned.get();
65}
66} // namespace arm_compute

Callers 3

allocateMethod · 0.45
import_memoryMethod · 0.45
acquireMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected