MCPcopy 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
171bool CLTensorAllocator::is_allocated() const
172{
173 return _memory.region() != nullptr;
174}
175
176Status CLTensorAllocator::import_memory(cl::Buffer buffer)
177{

Callers

nothing calls this directly

Calls 1

regionMethod · 0.45

Tested by

no test coverage detected