Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ map
Method
map
src/graph/backends/CL/CLTensorHandle.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CLTensorHandle::map(bool blocking)
58
{
59
_tensor.map(blocking);
60
}
61
62
void CLTensorHandle::unmap()
63
{
Callers
3
call_accessor
Method · 0.45
execute_task
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected