Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ unmap
Method
unmap
src/core/CL/ICLTensor.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void ICLTensor::unmap(cl::CommandQueue &q)
40
{
41
do_unmap(q);
42
_mapping = nullptr;
43
}
44
45
void ICLTensor::clear(cl::CommandQueue &q)
46
{
Callers
1
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected