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

Method Unmap

src/backends/cl/ClTensorHandle.hpp:268–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 return static_cast<const void*>(m_Tensor.buffer() + m_Tensor.info()->offset_first_element_in_bytes());
267 }
268 virtual void Unmap() const override { const_cast<arm_compute::CLSubTensor*>(&m_Tensor)->unmap(); }
269
270 virtual ITensorHandle* GetParent() const override { return parentHandle; }
271

Callers 1

CopyInFromMethod · 0.95

Calls 1

unmapMethod · 0.45

Tested by

no test coverage detected