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

Method map

src/runtime/CL/CLSubTensor.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void CLSubTensor::map(bool blocking)
74{
75 ICLTensor::map(CLScheduler::get().queue(), blocking);
76}
77
78void CLSubTensor::unmap()
79{

Callers 1

do_mapMethod · 0.45

Calls 1

mapFunction · 0.85

Tested by

no test coverage detected