Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ do_unmap
Method
do_unmap
src/runtime/CL/CLSubTensor.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void CLSubTensor::do_unmap(cl::CommandQueue &q)
94
{
95
ARM_COMPUTE_ERROR_ON(cl_buffer().get() == nullptr);
96
_parent->unmap(q);
97
}
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
unmap
Method · 0.45
Tested by
no test coverage detected