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

Method Memory

src/runtime/Memory.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace arm_compute
29{
30Memory::Memory() : _region(nullptr), _region_owned(nullptr)
31{
32}
33
34Memory::Memory(const std::shared_ptr<IMemoryRegion> &memory) : _region(nullptr), _region_owned(memory)
35{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected