Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ free
Method
free
src/runtime/TensorAllocator.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void TensorAllocator::free()
149
{
150
_memory.set_region(nullptr);
151
info().set_is_resizable(true);
152
}
153
154
bool TensorAllocator::is_allocated() const
155
{
Callers
nothing calls this directly
Calls
2
info
Class · 0.85
set_region
Method · 0.45
Tested by
no test coverage detected