Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void CLTensor::unmap()
72
{
73
ICLTensor::unmap(_ctx == nullptr ? CLScheduler::get().queue() : _ctx->gpu_scheduler()->queue());
74
}
75
76
uint8_t *CLTensor::do_map(cl::CommandQueue &q, bool blocking)
77
{
Callers
9
do_unmap
Method · 0.45
configure
Method · 0.45
prepare
Method · 0.45
run_cpp_nms_kernel
Method · 0.45
configure
Method · 0.45
configure
Method · 0.45
run
Method · 0.45
prepare
Method · 0.45
configure
Method · 0.45
Calls
2
unmap
Function · 0.85
gpu_scheduler
Method · 0.80
Tested by
no test coverage detected