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