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

Method map

src/graph/backends/CL/CLTensorHandle.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void CLTensorHandle::map(bool blocking)
58{
59 _tensor.map(blocking);
60}
61
62void CLTensorHandle::unmap()
63{

Callers 3

call_accessorMethod · 0.45
execute_taskFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected