Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ map
Method
map
src/backends/cl/ClTensorHandle.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void ClTensorDecorator::map(bool blocking)
59
{
60
arm_compute::ICLTensor::map(arm_compute::CLScheduler::get().queue(), blocking);
61
}
62
63
void ClTensorDecorator::unmap()
64
{
Callers
6
do_map
Method · 0.45
do_map
Method · 0.45
Map
Method · 0.45
Map
Method · 0.45
Map
Method · 0.45
CopyArmComputeClTensorData
Function · 0.45
Calls
1
get
Function · 0.85
Tested by
no test coverage detected