Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
namespace arm_compute
29
{
30
Memory::Memory() : _region(nullptr), _region_owned(nullptr)
31
{
32
}
33
34
Memory::Memory(const std::shared_ptr<IMemoryRegion> &memory) : _region(nullptr), _region_owned(memory)
35
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected