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

Method unmap

src/runtime/CL/CLTensor.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void CLTensor::unmap()
72{
73 ICLTensor::unmap(_ctx == nullptr ? CLScheduler::get().queue() : _ctx->gpu_scheduler()->queue());
74}
75
76uint8_t *CLTensor::do_map(cl::CommandQueue &q, bool blocking)
77{

Callers 9

do_unmapMethod · 0.45
configureMethod · 0.45
prepareMethod · 0.45
run_cpp_nms_kernelMethod · 0.45
configureMethod · 0.45
configureMethod · 0.45
runMethod · 0.45
prepareMethod · 0.45
configureMethod · 0.45

Calls 2

unmapFunction · 0.85
gpu_schedulerMethod · 0.80

Tested by

no test coverage detected