Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ ~TensorAllocator
Method
~TensorAllocator
src/runtime/TensorAllocator.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
TensorAllocator::~TensorAllocator()
73
{
74
info().set_is_resizable(true);
75
}
76
77
TensorAllocator::TensorAllocator(TensorAllocator &&o) noexcept
78
: ITensorAllocator(std::move(o)),
Callers
nothing calls this directly
Calls
1
info
Class · 0.85
Tested by
no test coverage detected