MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / free

Method free

src/runtime/CL/CLTensorAllocator.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void CLTensorAllocator::free()
164{
165 _mapping = nullptr;
166 _memory.set_region(nullptr);
167 clear_quantization_arrays(_scale, _offset);
168 info().set_is_resizable(true);
169}
170
171bool CLTensorAllocator::is_allocated() const
172{

Callers

nothing calls this directly

Calls 3

infoClass · 0.85
set_regionMethod · 0.45

Tested by

no test coverage detected