Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ unmap
Method
unmap
src/runtime/CL/CLSubTensor.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void CLSubTensor::unmap()
79
{
80
ICLTensor::unmap(CLScheduler::get().queue());
81
}
82
83
uint8_t *CLSubTensor::do_map(cl::CommandQueue &q, bool blocking)
84
{
Callers
1
do_unmap
Method · 0.45
Calls
1
unmap
Function · 0.85
Tested by
no test coverage detected