MCPcopy 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
154bool TensorAllocator::is_allocated() const
155{
156 return _memory.region() != nullptr;
157}
158
159Status TensorAllocator::import_memory(void *memory)
160{

Callers 2

allocate_tensorsFunction · 0.45
reallocate_tensorsFunction · 0.45

Calls 1

regionMethod · 0.45

Tested by

no test coverage detected