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

Method Unmap

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

Source from the content-addressed store, hash-verified

83 }
84
85 virtual void Unmap() const override { const_cast<arm_compute::CLTensor*>(&m_Tensor)->unmap(); }
86
87 virtual ITensorHandle* GetParent() const override { return nullptr; }
88

Callers 15

CopyInFromMethod · 0.95
FindMinMaxFunction · 0.45
CopyOutToMethod · 0.45
CopyOutToMethod · 0.45
CopyOutToMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
EnqueueInputMethod · 0.45
EnqueueOutputMethod · 0.45

Calls 1

unmapMethod · 0.45

Tested by 1

CheckConstTensorsMethod · 0.36