Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_allocated
Method
is_allocated
src/runtime/CL/CLTensorAllocator.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
bool CLTensorAllocator::is_allocated() const
172
{
173
return _memory.region() != nullptr;
174
}
175
176
Status CLTensorAllocator::import_memory(cl::Buffer buffer)
177
{
Callers
nothing calls this directly
Calls
1
region
Method · 0.45
Tested by
no test coverage detected