Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_allocated
Method
is_allocated
src/runtime/TensorAllocator.cpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
bool TensorAllocator::is_allocated() const
155
{
156
return _memory.region() != nullptr;
157
}
158
159
Status TensorAllocator::import_memory(void *memory)
160
{
Callers
2
allocate_tensors
Function · 0.45
reallocate_tensors
Function · 0.45
Calls
1
region
Method · 0.45
Tested by
no test coverage detected