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

Method map

src/core/CL/ICLTensor.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ICLTensor::map(cl::CommandQueue &q, bool blocking)
35{
36 _mapping = do_map(q, blocking);
37}
38
39void ICLTensor::unmap(cl::CommandQueue &q)
40{

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected