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