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

Method TensorAllocator

src/runtime/TensorAllocator.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66} // namespace
67
68TensorAllocator::TensorAllocator(IMemoryManageable *owner) : _owner(owner), _associated_memory_group(nullptr), _memory()
69{
70}
71
72TensorAllocator::~TensorAllocator()
73{

Callers

nothing calls this directly

Calls 1

MemoryClass · 0.50

Tested by

no test coverage detected