Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
TensorAllocator::TensorAllocator(IMemoryManageable *owner) : _owner(owner), _associated_memory_group(nullptr), _memory()
69
{
70
}
71
72
TensorAllocator::~TensorAllocator()
73
{
Callers
nothing calls this directly
Calls
1
Memory
Class · 0.50
Tested by
no test coverage detected