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

Method Map

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

Source from the content-addressed store, hash-verified

77 }
78
79 virtual const void* Map(bool blocking = true) const override
80 {
81 const_cast<arm_compute::CLTensor*>(&m_Tensor)->map(blocking);
82 return static_cast<const void*>(m_Tensor.buffer() + m_Tensor.info()->offset_first_element_in_bytes());
83 }
84
85 virtual void Unmap() const override { const_cast<arm_compute::CLTensor*>(&m_Tensor)->unmap(); }
86

Callers 5

CopyInFromMethod · 0.95
CopyOutToMethod · 0.45
CopyOutToMethod · 0.45
CopyOutToMethod · 0.45
GetOutputTensorDataFunction · 0.45

Calls 3

mapMethod · 0.45
bufferMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected