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

Method map

src/backends/cl/ClTensorHandle.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void ClTensorDecorator::map(bool blocking)
59 {
60 arm_compute::ICLTensor::map(arm_compute::CLScheduler::get().queue(), blocking);
61 }
62
63 void ClTensorDecorator::unmap()
64 {

Callers 6

do_mapMethod · 0.45
do_mapMethod · 0.45
MapMethod · 0.45
MapMethod · 0.45
MapMethod · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected