MCPcopy 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
148void TensorAllocator::free()
149{
150 _memory.set_region(nullptr);
151 info().set_is_resizable(true);
152}
153
154bool TensorAllocator::is_allocated() const
155{

Callers

nothing calls this directly

Calls 2

infoClass · 0.85
set_regionMethod · 0.45

Tested by

no test coverage detected