| 161 | } |
| 162 | |
| 163 | void 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 | |
| 171 | bool CLTensorAllocator::is_allocated() const |
| 172 | { |
nothing calls this directly
no test coverage detected